Skip to content

Instantly share code, notes, and snippets.

@icoxfog417
Created January 22, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icoxfog417/8555378 to your computer and use it in GitHub Desktop.
Save icoxfog417/8555378 to your computer and use it in GitHub Desktop.
Gitで特定のコミットの状態のブランチを作成する ref: http://qiita.com/icoxfog417/items/6b0c1475c61292b42244
git branch -l ブランチ名 コミット番号
git checkout コミット番号
git checkout -b ブランチ名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment