Skip to content

Instantly share code, notes, and snippets.

@RoryDungan
Created October 3, 2018 05:45
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/6e45b1938a3971ed7668ad4c4e43f703 to your computer and use it in GitHub Desktop.
Save RoryDungan/6e45b1938a3971ed7668ad4c4e43f703 to your computer and use it in GitHub Desktop.
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.required=true
filter.lfs.process=git-lfs filter-process
user.name=Rory Dungan
user.email=rorydungan@gmail.com
diff.tool=vimdiff
difftool.winmerge.cmd=WinMergeU -e `cygpath -w $LOCAL` `cygpath -w $REMOTE`
merge.tool=vimdiff3
merge.prompt=false
mergetool.vimdiff3.cmd=vim -f -d -c "wincmd J" "$MERGED" "$LOCAL" "$BASE" "$REMOTE"
core.excludesfile=~/.gitignore
core.filemode=false
core.autocrlf=false
core.ignorecase=false
push.default=current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment