Created
September 4, 2020 12:26
-
-
Save joellesenne/fe2b1ee43947fb21195d3d9f60f65d17 to your computer and use it in GitHub Desktop.
Deleting remote branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deleting remote branch | |
$ git branch -a | |
$ git push origin :<branch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment