환경별로 다른 git 설정 적용하기
· 2 min read
Difftastic is a tool designed to make using git diff
more convenient. It can be very useful for those who frequently use the git diff
command in the terminal.
brew install difftastic
Global setting:
git config --global diff.external difft
Now, when you use the git diff
command, you can see much more intuitive diff results compared to before.