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.
枝があると言う
master dog cat
dogと の両方に変更が加えられましたcat。これらをマージすると
dog
cat
git checkout master git merge dog cat
人々がさまざまな方法でファイルdogを変更したため、競合が発生します。kdiff3catを使用してこの問題を解決しようとしまし たが、「タコ」マージでは機能しないようです。これは事実ですか、それとも私は何か間違ったことをしていますか?