git - 将标签 merge 到特定分支

标签 git git-tag

当我执行git tag时,我看到像Aisis1.0这样的标签,并且我喜欢创建一个1.0分支,git checkout -b dev1.0 code> 然后 merge 到名为 Aisis1.0 的标签中,这可能吗?

最佳答案

是的,一旦您进入新的 dev1.0 分支,只需键入

git merge Aisis1.0

关于git - 将标签 merge 到特定分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18834995/

相关文章:

android - 如何在 Windows 上停止 Git-Bash 命令

git - 为什么我的本地 git 标签从 "hello"变为 "hello-1-48281"

git - 这个 git log 输出显示了两个分支,就好像它们不是分支一样?请解释

git - 如何搭建git镜像环境?

git - 是否可以从一个 repo 协议(protocol)中提取并推送到另一个 repo 协议(protocol)中?

git - 无法将文件夹 www 添加到 github 存储库

GitHub:标签而非发布

git - 如何从 Git 中的标签名称获取分支?

git - 如何验证git中每个提交的作者

git - 在 Gitlab 上删除远程标签时如何修复 "You are not allowed to change existing tags on this project."?