mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
Simplified graph view
This commit is contained in:
parent
2033a2e57c
commit
76be66bb77
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
interactive = add --patch
|
interactive = add --patch
|
||||||
|
|
||||||
diffdir = difftool --dir-diff
|
diffdir = difftool --dir-diff
|
||||||
graph = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(bold yellow)%d%C(reset)'
|
||||||
|
|
||||||
stage = add
|
stage = add
|
||||||
unstage = reset -q HEAD --
|
unstage = reset -q HEAD --
|
||||||
|
|
Loading…
Add table
Reference in a new issue