top | item 43178615

(no title)

T-Winsnes | 1 year ago

I had the same thought, I got an alias set up in my ~/.gitconfig to clean up branches that gets deleted from remote when I'm ready

`gone = !git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D`

discuss

order

No comments yet.