remove git-cleanup alias for new script

Mon, 22 Feb 2021 13:27:56 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Feb 2021 13:27:56 -0600
changeset 891
7947270fa776
parent 890
fe8cbacbbb5d
child 892
ede01ab376a7

remove git-cleanup alias for new script

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -27,7 +27,6 @@
 	in       = "!git remote update -p; git log --pretty=onelinecustom ..@{u}"
 	out      = "!git log --pretty=onelinecustom @{u}.."
 	new      = "!git log --pretty=onelinecustom $1@{1}..$1@{0}"
-	cleanup  = "!git branch --merged | grep  -v '\\*\\|master\\|develop' | xargs -n 1 echo git branch -d"
 	glog     = log --graph --pretty=onelinecustom
 	recent   = "!f() { git for-each-ref --count=20 --sort=-committerdate --format=\"%(committerdate:short) %(refname:short)\" ${1:-refs/heads} ${@:2}; }; f"
 

mercurial