開発ブランチが安定ブランチより 2 つ前のタグ付きリリースであるプロジェクトがありますが、最初のタグ付き変更セット (これは不要になった一連の機能です) を削除し、最新のタグ付き変更 (2 番目のタグ) を適用したいと考えています。 ) 安定したタグに。
例えば:
コミット:
[tag] 3.0 -
sdaf213 Some Commit of the tag 3
sdaas34 Some other commit in this tag
[tag] 2.0 -
wert78 Some commit of tag 2
werg99 Another commit of tag 2
werh55 And another of tag 2
[tag] 1.0 (Stable) -
pry77 Commits of tag 1
...older commits
[タグ] 1.0の上に[タグ] 3.0のすべてのコミットをリベースできますが、[タグ] 2.0からすべてを除外できるように、コミットではなくタグでリベースをgitする方法はありますか?