Last active
August 29, 2015 14:06
-
-
Save piyonishi/a38f1d4eae2203301465 to your computer and use it in GitHub Desktop.
git 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
git branch -a | |
git branch -d branch-name | |
or | |
git branch -D branch-name | |
git push origin :branch-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment