LoginSignup
21
15

More than 5 years have passed since last update.

git submodule でブランチ/タグをチェックアウトする

Posted at
cd submodule_directory
git checkout v1.0
cd ..
git add submodule_directory
git commit -m "moved submodule to v1.0"
git push

でうまくいった。
stackoverflow++

21
15
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
21
15