Skip to content

Instantly share code, notes, and snippets.

@torresashjian
Last active August 3, 2017 19:05
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 torresashjian/921135caafc81afd1d5d1a3cad3caf0f to your computer and use it in GitHub Desktop.
Save torresashjian/921135caafc81afd1d5d1a3cad3caf0f to your computer and use it in GitHub Desktop.
How to delete a branch on git in server and client
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