将 1 个提交从 1 个分支合并到主分支?

发布于 2024-08-25 13:37:55 字数 246 浏览 11 评论 0原文

我已阅读这本书部分< /a> 关于 git 分支。

我创建了一个名为“实验”的分支。我切换到该分支并在那里进行 2 次提交。那么我是否可以将实验的后续提交(两次提交中的第二次)合并到主分支?

谢谢。

I've read this book section about git branches.

I have create a branch called 'experimental'. I switch to that branch and make 2 commits there. So if it possible for me to merge the later commit (the 2nd of the 2 commits) of the experiment to the master branch?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百善笑为先 2024-09-01 13:37:55

您正在寻找的是 cherry-pick 命令。您还可以考虑其他一些替代方法。查看文章挑选个人提交 Git Ready。

What you are looking for is the cherry-pick command. There are a few other alternative methods that you might consider as well. Check out the article Pick Out Individual Commits on Git Ready.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文