Home git difftool 설정
Post
Cancel

git difftool 설정

git difftool 설정 (VS Code)

git config

1
git config --global -e

.gitconfig 설정

1
2
3
4
5
6
7
[diff]

tool = vscode

[difftool "vscode"]

cmd = code --wait --diff $LOCAL $REMOTE

git difftool

1
2
git difftool
git difftool --staged
This post is licensed under CC BY 4.0 by the author.