Gitのローカルのタグをリモートに強制アップデート
#Git
#コマンド
code:bash
git fetch --tags -f
git - How to get rid of "would clobber existing tag" - Stack Overflow
以下のようにローカルが強制アップデートされる。
code:出力例
t
tag update
v1 -> v1
t
tag update
v1.0 -> v1.0