Skip to content

Instantly share code, notes, and snippets.

@gdouzwt
Created May 14, 2021 06:50
Show Gist options
  • Save gdouzwt/e3025338f36ad46c5776a3cc981433d9 to your computer and use it in GitHub Desktop.
Save gdouzwt/e3025338f36ad46c5776a3cc981433d9 to your computer and use it in GitHub Desktop.
Delete remote branches
git branch -a
# *master
# test
# remote/origin/master
# remote/origin/test
git push origin --delete test
# To <URL of your repository>.git
# - [deleted] test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment