我目前正忙着有很多分支的项目,我有一个标签,用于最后一次更改,其中一个分支完成.但是我不清楚这个标签在哪个分支上.
如何找出哪个分支标签?
tags git branch
说我前一段时间介绍了<feature.c>,现在注意它不应该是我的main分支的一部分而是分支feature.是否可以使用eg git-filter-branch自动将所有<feature.c>的历史记录从我的main分支中移出到feature分支中?
main
feature
git-filter-branch
git branch rebase
branch ×2
git ×2
rebase ×1
tags ×1