-
-
Save winarcooo/c023729ca8d28422e2077385b017932a to your computer and use it in GitHub Desktop.
[git remote branch locally and remotely] #git
This file contains 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 branch locally | |
git branch -d localBranchName | |
// delete branch remotely | |
git push origin --delete remoteBranchName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment