タグ付ける

git tag v_1.0.0

リモートに反映

git push origin v_1.0.0

ローカルでつけたタグを全てリモートに反映させる

git push origin --tags

過去のコミットにタグを付ける

git tag pre_v1.0.0 githash

リモートのタグを消す

git tag -d [タグの名前]
git push origin :[タグの名前]

References

results matching ""

    No results matching ""