Last active
November 24, 2019 12:53
-
-
Save D-system/d114c6f402957f924867815205855476 to your computer and use it in GitHub Desktop.
Git configuration file
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
[user] | |
name = Thomas Brennetot | |
email = [email protected] | |
[core] | |
editor = code --wait | |
[commit] | |
verbose = true | |
[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