Skip to content

Instantly share code, notes, and snippets.

@bora89
Last active May 8, 2017 11:29
Show Gist options
  • Save bora89/03956e7666cb04351b6c66728487b292 to your computer and use it in GitHub Desktop.
Save bora89/03956e7666cb04351b6c66728487b292 to your computer and use it in GitHub Desktop.
Remove remote git branch
# local
git branch -d mybranch
# remote
git push origin :the_remote_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment