Can tags be automatically moved after a git filter-branch and rebase?

前端 未结 5 631
别那么骄傲
别那么骄傲 2020-11-30 10:18

edit The question boils down to \"Can git rebase be instructed to rebase tags, too?\" But an answer to the original question would also help.

5条回答
  •  执笔经年
    2020-11-30 10:58

    There is a way to make git filter-branch automatically update modified tags using the --tag-name-filter option, as described in this answer.

提交回复
热议问题