Created
December 26, 2016 02:39
-
-
Save Griffingj/3d15ea05962a76bffce381822b6ed488 to your computer and use it in GitHub Desktop.
Windows Git Config
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
[credential] | |
helper = wincred | |
[core] | |
editor = code --wait | |
[diff] | |
tool = default-difftool | |
[difftool "default-difftool"] | |
cmd = code --wait --diff $LOCAL $REMOTE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires vscode and git to be installed. Use Scoop for git.