Created
June 9, 2014 16:11
-
-
Save jstrassburg/b97d4d1f15eb084e903e to your computer and use it in GitHub Desktop.
Delete git branches local and remote
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch -d branch_name # local | |
git push origin --delete branch_name # remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment