alias to cleanup git branches
This commit is contained in:
parent
75e9a0bada
commit
ff6f359b3c
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user