如何使用新的提交对象将分支与 Magit 合并?
如果不将它们一致地压缩到当前分支中,我似乎无法使用 Magit for Emacs 完整地进行合并。有时合并后会创建一个新的提交对象(这就是我想要的),有时提交会被压缩。
我基本上只想在 Magit 中执行“git merge --no-ff topicbranch”。
那么如何使用 Magit 强制执行 --no-ff 标志/创建新对象规则?
I can’t seem to get my merges intact with Magit for Emacs without squashing them into the current branch consistently. Sometimes a new commit object is created after the merge (which is what I want), sometimes commits are squashed.
I basically just want to do 'git merge --no-ff topicbranch' in Magit.
So how do I enforce the --no-ff flag/create new object rule with Magit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是因为该补丁已包含在当前的 Magit 中?
您是否使用前缀参数?
Maybe because that patch has be included in the current Magit?
Are you using a prefix argument?