Created
January 22, 2014 08:37
-
-
Save icoxfog417/8555378 to your computer and use it in GitHub Desktop.
Gitで特定のコミットの状態のブランチを作成する ref: http://qiita.com/icoxfog417/items/6b0c1475c61292b42244
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 -l ブランチ名 コミット番号 |
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 checkout コミット番号 | |
git checkout -b ブランチ名 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment