LoginSignup
0
1

More than 5 years have passed since last update.

tagを同名で打ち直したときにローカルのtagが更新されない件

Last updated at Posted at 2016-04-25
$ git push --tags

と同じ感覚で

$ git fetch --tags

or 

$ git pull --tags

でtagの情報もあわせて更新してあげる必要がある
忘れやすいので、注意

0
1
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
0
1