Skip to content

Instantly share code, notes, and snippets.

@RoryDungan
Created March 17, 2017 02:26
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 RoryDungan/6635a099b012e98e059e12b889b0a2da to your computer and use it in GitHub Desktop.
Save RoryDungan/6635a099b012e98e059e12b889b0a2da to your computer and use it in GitHub Desktop.
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
[user]
name = Rory Dungan
email =
[diff]
tool = winmerge
[difftool "winmerge"]
cmd = WinMergeU -e "`cygpath -w $LOCAL`" "`cygpath -w $REMOTE`"
[core]
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment