Skip to content

Instantly share code, notes, and snippets.

@SeanSobey
Last active November 6, 2017 07:48
Show Gist options
  • Save SeanSobey/16ce92460a03940a5bd97ad0e808d72b to your computer and use it in GitHub Desktop.
Save SeanSobey/16ce92460a03940a5bd97ad0e808d72b to your computer and use it in GitHub Desktop.
Set VSCode as git difftool.
[diff]
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment