2021-05-22 19:30:06 +02:00
|
|
|
[alias]
|
2021-05-28 21:01:01 +02:00
|
|
|
|
|
|
|
graph = log --graph --abbrev-commit --decorate --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
|
|
|
|
|
|
|
|
graphv = 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
|
|
|
|
|
|
|
|
g = !"git graph"
|
|
|
|
|
|
|
|
uncommit = reset --soft HEAD^
|
|
|
|
|