Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created March 1, 2016 15:35
Show Gist options
  • Save jesusgoku/77720d8b005188eeb4b4 to your computer and use it in GitHub Desktop.
Save jesusgoku/77720d8b005188eeb4b4 to your computer and use it in GitHub Desktop.
Git, delete remote branch
# For Git >= 1.7.0
git push origin --delete <branchName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment