mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 19:56:01 +02:00
Dont show all branches by default in git graph
This commit is contained in:
parent
2ce68edc65
commit
f5bfac03e8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
interactive = add --patch
|
||||
|
||||
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)' --all
|
||||
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)'
|
||||
|
||||
stage = add
|
||||
unstage = reset -q HEAD --
|
||||
|
|
Loading…
Add table
Reference in a new issue