Skip to content

Instantly share code, notes, and snippets.

@philipborbon
Last active October 7, 2019 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipborbon/8d7528642298d130d4addf9a871ad242 to your computer and use it in GitHub Desktop.
Save philipborbon/8d7528642298d130d4addf9a871ad242 to your computer and use it in GitHub Desktop.
Sample Git Config For Windows
[user]
name = Philip Borbon
email = philip@crescit.com
[mergetool]
prompt = false
keepBackup = false
keepTemporaries = false
[merge]
tool = kdiff3
[diff]
guitool = kdiff3
[core]
autocrlf = true
[mergetool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
trustExitCode = false
[difftool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
trustExitCode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment