Skip to content

Instantly share code, notes, and snippets.

@jontwo
Created November 17, 2017 14:33
Show Gist options
  • Save jontwo/00510e5586820f807cdb46b90d5ea627 to your computer and use it in GitHub Desktop.
Save jontwo/00510e5586820f807cdb46b90d5ea627 to your computer and use it in GitHub Desktop.
Default git config settings - delete OS-dependent settings as applicable
[alias]
diffd = diff --diff-filter=d
diffn = diff --name-status
[push]
default = simple
# linux only
[credential]
helper = cache --timeout=999999
[core]
autocrlf = input
# windows only
[credential]
helper = wincred
[core]
autocrlf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment