Last active
July 29, 2022 12:42
-
-
Save johnzenith/346d4240f48f9917fe52dd201979448c 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
| // Delete remote branch | |
| git push origin --delete branch-name-to-delete | |
| // Delete local branch | |
| $ git branch -D <branch_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment