Y
Hacker News
new
|
ask
|
show
|
jobs
by
T-Winsnes
481 days 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`