Created
June 21, 2022 04:44
-
-
Save Wellusioner/0f471418831494e59dc1dfe9a605c154 to your computer and use it in GitHub Desktop.
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 a branch from the server | |
# for custom remote | |
git push <remote> --delete <branchname> | |
# for origin remote | |
git push origin --delete <branchname> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment