You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagging suggestions
It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0.0 or v2.3.4.
If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2.0-alpha or v5.9-beta.3.
$ git tag v1.2.0 1.2.0
$ git tag v1.2.1 1.2.1
$ git tag v1.2.2 1.2.2
$ git tag v1.2.3 1.2.3
$ git tag v1.2.4 1.2.4
$ git tag v1.2.5 1.2.5
$ git tag v1.1.0 1.1.0
$ git tag v1.0.0 1.0.0
課題 or やりたいこと
やること
狂気的なこと
を実行する-【git tag】プッシュしたtag名を削除・変更してはいけない理由〜manコマンドで読めるgitメンテナの怒り〜
- https://qiita.com/growsic/items/60928fc67c9efe373a73
The text was updated successfully, but these errors were encountered: