Created
February 7, 2019 22:02
-
-
Save 42tg/53521de262091c6c1e66c229e0f105b1 to your computer and use it in GitHub Desktop.
Use Visual Code as Git Diff Tool https://motowilliams.com/using-vscode-as-a-git-diff-tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[diff] | |
tool = vscode | |
[difftool] | |
prompt = false | |
[difftool "vscode"] | |
cmd = \"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"$LOCAL\" \"$REMOTE\" --diff --wait | |
trustExitCode = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment