Last active
August 3, 2017 19:05
-
-
Save torresashjian/921135caafc81afd1d5d1a3cad3caf0f to your computer and use it in GitHub Desktop.
How to delete a branch on git in server and client
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 push origin --delete $branch_name | |
git branch -D $branch_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment