feat(gitconfig): modified graph and new chronograph commands
This commit is contained in:
parent
6497b21897
commit
782001b2f6
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@
|
|||
[pager]
|
||||
log = less -S
|
||||
[alias]
|
||||
graph = log --graph --abbrev-commit --date-order --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
chronograph = graph --date-order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue