我们的 Git Merge Recursive - 命令语法示例

发布于 2024-09-14 07:44:48 字数 423 浏览 13 评论 0原文

git merge 与我们的递归策略的正确格式是什么? (不要与我们的 git 合并策略混淆)

http ://www.kernel.org/pub/software/scm/git/docs/git-merge.html

我尝试了很多方法,但似乎不起作用。

git merge foo -s recursive-ours  // doesn't work
git merge foo -s recursive ours // doesn't work
git merge foo -s recursive -ours // doesn't work
...

What is the right format for a git merge with a strategy of recursive ours? (not to be confused with the git merge ours strategy)

http://www.kernel.org/pub/software/scm/git/docs/git-merge.html

I tried a bunch of ways and it doesn't seem to work.

git merge foo -s recursive-ours  // doesn't work
git merge foo -s recursive ours // doesn't work
git merge foo -s recursive -ours // doesn't work
...

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

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

发布评论

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

评论(1

放我走吧 2024-09-21 07:44:48

git merge -s recursive -X ours foo

git merge -s recursive -X ours foo

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