Rename Git alias 'prune' due to conflict with built-in.
This commit is contained in:
parent
0ea447fa17
commit
157d649cf9
|
@ -16,4 +16,4 @@
|
||||||
lg2 = 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
|
lg2 = 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
|
||||||
lg = !"git lg1"
|
lg = !"git lg1"
|
||||||
history = log --oneline --abbrev-commit --all --graph --decorate
|
history = log --oneline --abbrev-commit --all --graph --decorate
|
||||||
prune = remote prune origin
|
tidy = remote prune origin
|
||||||
|
|
Loading…
Reference in a new issue