Joined July 2012
·

Nate Arnold

Water.org
·
Missouri
·
·
·

; ) That always annoyed me that I would delete a branch locally, then push to master and they would still be there on the repo... seems like there shouldn't have to be an extra step for that

delete branch on remote

git push origin --delete <branch name>

I believe this does the same thing?

Achievements
166 Karma
3,213 Total ProTip Views