From 157d649cf9164f2f4aaa7717fc30badd797a3a3b Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 24 Mar 2015 09:13:26 +0000 Subject: [PATCH] Rename Git alias 'prune' due to conflict with built-in. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7295bf1..772ebe9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 lg = !"git lg1" history = log --oneline --abbrev-commit --all --graph --decorate - prune = remote prune origin + tidy = remote prune origin