gpt4 book ai didi

Git:查看冲突列表?

转载 作者:行者123 更新时间:2023-12-02 01:00:48 25 4
gpt4 key购买 nike

所以我试图 rebase 并引起冲突。 git rebase 命令确实列出了它们,但是有什么方法可以让我稍后使用单独的 git 命令查看冲突列表,而无需继续或跳过 rebase?

(我正在编写一个脚本来自动重新定位以支持一个或另一个分支,而不必为每个文件启动一个编辑器。但是在整个 repo 中查找 >>>>>> 和 <<<<<< 是相当耗时,所以我宁愿直接访问列表)

最佳答案

试试:git diff --name-only --diff-filter=U
它应该为您提供未 merge 路径的简单列表,例如:

path/to/file

… 而 git status会显示这个:
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: path/to/file

关于Git:查看冲突列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50648060/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com