# HG changeset patch # User Meredith Howard # Date 1614022076 21600 # Node ID 7947270fa7761accd62ffbf2f02a69069e23b980 # Parent fe8cbacbbb5dc906f90c9682ecb1294fb9c4bd90 remove git-cleanup alias for new script diff --git a/.gitconfig b/.gitconfig --- 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"