无法使用 TortoiseGit 合并提交
我有两个分支,每个分支都有几次提交。在一个分支上,我可以转到日志,选择两个提交,TortoiseGit 在上下文菜单中显示“合并为一个提交”。在另一个分支上,此选项不会显示在上下文菜单中。两种提交顺序都非常相似;添加文件然后修改它,因此分支之间实际上没有区别。
哪些因素会导致“合并为一个提交”不可用?我想知道是否应该切换到命令行。
I have two branches with several commits each. On one branch, I can go to the log, select two commits, and TortoiseGit shows "combine to one commit" in the context menu. On the other branch this option does not show in the context menu. Both sequence of commits is very similar; add file then modify it, so there is no difference really between the branches.
What factors would cause this "combine to one commit" to not be available? I'm wondering if I should just switch to the command line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须签出分支才能使用 TortoiseGit 合并提交。
You must have the branch checked out in order to combine commits using TortoiseGit.