6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

git > バージョンTagをどこまで残すのか > git タグの付け替え > $git tag v2.0 v1.0 > foo/barタグ / {old}/v0.3.2タグ

Last updated at Posted at 2016-03-28

バージョンタグが多い問題

gitでバージョン管理をしている中、ふと思った疑問。

バージョンTagをどこまで残すのか。

SourceTreeの左側のメニューでタグというのがあるが、バージョンタグが増えていく中で、タグメニューの閲覧性が悪くなっている(3ページ分のタグがあるプロジェクトもある)。

v1.0.8 あたりの作業をしているなかでは v0.3.2 あたりのものはもはや不要と割り切って古いタグを消すかどうか。

古いタグは SourceTree のタグメニューに表示されないような機能がSourceTreeにあればいいようにも思う。

tagの付け替え

gitタグの付け替えができるようだ。

$ git tag v2.0 v1.0

リストの下の方にinactiveなタグ(古いバージョンタグ)がくるようにタグ名付けをしなおすかどうか。
そうして管理しておけばactiveなタグが上位に来て、スクロールしなくて済む。

フォルダ

@mono0926 さんのコメントが非常に参考になります。

6
5
2

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
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?