sai_dive IL

学んだことのアウトプットブログ

【Git】git tag タグの追加

git tag タグの追加

軽量タグ

git tag タグ名 コミットID

注釈付きタグ

git tag -a タグ名 コミットID -m "コミットメッセージ"