LoginSignup
26
16

More than 5 years have passed since last update.

gitでタグを指定してチェックアウト

Last updated at Posted at 2015-01-23

git checkout -b tag1.6 refs/tags/1.6

refs/tags/tagNameで指定しないと普通にブランチ見てしまう
ブランチ名工夫しないとtagそのものと区別できなるなるので注意

26
16
0

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
26
16