Reset branch after cleanup

This commit is contained in:
Jake Howard 2018-01-06 15:31:59 +00:00
parent 438cadb3ae
commit 621c5f1238
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -24,6 +24,7 @@ gh() {
git-cleanup() {
command git checkout master && git branch --merged | grep -v '*' | xargs -n 1 git branch -d
command git gc --aggressive
command git checkout -
}
alias t="tig"