Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个git冲突文件,即一个文件,标记为
<<<<<<< HEAD foo ======= bar >>>>>>> cb1abc6bd98cfc84317f8aa95a7662815417802d
我想将此文件分成两部分,以将其传递给GUI我喜欢的 diff 工具。
GUI
我怎样才能做到这一点?请注意,我无权访问创建此文件的存储库,因此我无法git直接使用功能。
git
我也不想自己写拆分器。更喜欢使用标准工具。