Skip to content

Instantly share code, notes, and snippets.

@leolanese
Created December 11, 2018 14:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolanese/3f1234fa5948b51c997361a2331b7bbe to your computer and use it in GitHub Desktop.
Save leolanese/3f1234fa5948b51c997361a2331b7bbe to your computer and use it in GitHub Desktop.
BRANCH deletes
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