alias to cleanup git branches

This commit is contained in:
James Walker 2019-04-27 08:49:52 -04:00
parent 75e9a0bada
commit ff6f359b3c
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -13,6 +13,7 @@
smu = submodule update --init --recursive
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
up = pull --rebase --autostash
cleanup = "!git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -d"
[github]
user = walkah
[git-up "bundler"]