LoginSignup
0
0

More than 5 years have passed since last update.

SmartGit > タグの付け替え

Last updated at Posted at 2017-08-20
動作環境
Windows 7 Pro (32bit)
SmartGit Version 17.0.5 #10143

git > バージョンTagをどこまで残すのか > git タグの付け替え > $git tag v2.0 v1.0 > foo/barタグ / {old}/v0.3.2タグで教えていただいたタグの付け替えをSmartGitではどうするのか。

手順

v0.9_170815{old}/v0.9_170815にする例。

  1. Logウィンドウを表示する
  2. BranchesペインにおいてTagsを表示する
  3. Tagsの変更対象タグにて右クリック > Copy
    • 例: v0.9_170815
    • タグ文字列がコピーされる
  4. FilterにおいてCtrl+v
    • 補足: タグ文字の最後に「: 」などが追加される場合がある。適宜削除する
    • 該当のタグを持つコミットがMessageペインに表示される
  5. Messageペインのコミット上で右クリック > Add Tag
    • タグ名を入力 (例: {old}/v0.9_170815)
    • Add Tag & PushでリモートにPush
  6. Messageペインのコミットの消したいタグ上で右クリック > Delete 'タグ名'
    • 例: v0.9_170815
    • Delete from remote 'origin'を選択してDelete
0
0
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
0