![merge/rebase/patch/am 명령의 git 출력에서 충돌을 색상화할 수 있는 방법이 있습니까?](https://linux55.com/image/117824/merge%2Frebase%2Fpatch%2Fam%20%EB%AA%85%EB%A0%B9%EC%9D%98%20git%20%EC%B6%9C%EB%A0%A5%EC%97%90%EC%84%9C%20%E2%80%8B%E2%80%8B%EC%B6%A9%EB%8F%8C%EC%9D%84%20%EC%83%89%EC%83%81%ED%99%94%ED%95%A0%20%EC%88%98%20%EC%9E%88%EB%8A%94%20%EB%B0%A9%EB%B2%95%EC%9D%B4%20%EC%9E%88%EC%8A%B5%EB%8B%88%EA%B9%8C%3F.png)
이건 반등이야Git 출력에 색상을 지정하는 방법은 무엇입니까?
merge/rebase/patch/am 명령의 git 출력에서 충돌을 색상화하고 싶습니다.
Applying: CH10: Stub file added with notes copied from video recording lessons.
Applying: TOC: Adding Chapter 10 to the book build.
Using index info to reconstruct a base tree...
M book.asciidoc
Falling back to patching base and 3-way merge...
Auto-merging book.asciidoc
CONFLICT (content): Merge conflict in book.asciidoc
Recorded preimage for 'book.asciidoc'
Failed to merge in the changes.
Patch failed at 0002 TOC: Adding Chapter 10 to the book build.
The copy of the patch that failed is found in:
/Users/emmajane/Git/1234000002182/.git/rebase-apply/patch
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
충돌이 다른 색상인 경우 쉽게 중지할 수 있어 매우 유용합니다.