Joined August 2016
·

jeromedalbert

Software Engineer
·
·
·

It won't, but it will show an unsightly error message because it unsuccessfully tried to delete the current branch.

I use

alias gbDA='git branch | egrep -v "(master|\*)" | xargs git branch -D'

Which deletes everything except master and the branch I am currently in, just in case.

What is love?

Achievements
1 Karma
0 Total ProTip Views