Created
December 11, 2018 14:52
-
-
Save leolanese/3f1234fa5948b51c997361a2331b7bbe to your computer and use it in GitHub Desktop.
BRANCH deletes
This file contains hidden or 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
DELETE LOCAL BRANCH | |
To delete the local branch use one of the following: | |
$ git branch -d branch_name | |
$ git branch -D branch_name | |
-=-=-=-=-=- | |
DELETE REMOTE BRANCH | |
git push origin --delete feature/logic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment