Skip to content

Instantly share code, notes, and snippets.

@felipefialho
Created November 24, 2016 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipefialho/b64912cdf2700498b51b9cc0f93490d1 to your computer and use it in GitHub Desktop.
Save felipefialho/b64912cdf2700498b51b9cc0f93490d1 to your computer and use it in GitHub Desktop.
[Git Trick] Easier way to delete branch local and remote

Easier way to delete branch local and remote

$ git branch -d [the_branch]
$ git push origin :[the_branch]

👽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment