Skip to content

Instantly share code, notes, and snippets.

@Griffingj
Created December 26, 2016 02:39
Show Gist options
  • Save Griffingj/3d15ea05962a76bffce381822b6ed488 to your computer and use it in GitHub Desktop.
Save Griffingj/3d15ea05962a76bffce381822b6ed488 to your computer and use it in GitHub Desktop.
Windows Git Config
[credential]
helper = wincred
[core]
editor = code --wait
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
@Griffingj
Copy link
Author

Requires vscode and git to be installed. Use Scoop for git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment