LoginSignup
2
1

More than 5 years have passed since last update.

過去のコミットハッシュからbranchを切る

Last updated at Posted at 2018-03-06
# 普段はHEADから新しいブランチを作る
git branch branch01
# git branch [新しいブランチ名] [枝分かれするコミットのハッシュ]
git branch branch01 8c6485b
2
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1