diff --git a/home/.gitconfig b/home/.gitconfig index 97972ba..b170d4a 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -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"]