Created
November 5, 2014 02:12
-
-
Save iorionda/94e52660fdb1e6e828c9 to your computer and use it in GitHub Desktop.
Git でブランチの名前を変更する方法 ref: http://qiita.com/iorionda/items/f358556de9f0ba2c508a
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 -m <newbranch> |
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 -m [oldbranch] <newbranch> |
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 -M <newbranch> |
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 -M [oldbranch] <newbranch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment