Skip to content

Instantly share code, notes, and snippets.

@D-system
Last active November 24, 2019 12:53
Show Gist options
  • Save D-system/d114c6f402957f924867815205855476 to your computer and use it in GitHub Desktop.
Save D-system/d114c6f402957f924867815205855476 to your computer and use it in GitHub Desktop.
Git configuration file
[user]
name = Thomas Brennetot
email = ...@gmail.com
[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