From 331da3ff1e30b59cba1c391e692cbbcb755f2393 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 13 Apr 2021 15:52:27 -0400 Subject: [PATCH] hide git-gone alias in favor of cargo git-gone crate --- dot_gitconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index fae79a3..fe96ae4 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -71,6 +71,4 @@ --pretty=format:'%C(auto)%h%Creset %C(auto)%d%Creset %s %C(green)(%ad) %C(bold cyan)<%an>%Creset' up = pull --rebase branches-last-updated = branch -rv --sort=committerdate --format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset)\t%(color:magenta)%(authorname)%(color:reset)\t%(color:yellow)%(refname:short)%(color:reset)' - gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D" -[merge "ours"] - driver = true +# gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D"