Skip to content

Instantly share code, notes, and snippets.

@rhee-airilab
Created June 8, 2018 12:31
Show Gist options
  • Save rhee-airilab/7e705adcd2f190fec02c640d0dc72f17 to your computer and use it in GitHub Desktop.
Save rhee-airilab/7e705adcd2f190fec02c640d0dc72f17 to your computer and use it in GitHub Desktop.
simple gitconfig
[color]
ui = auto
[diff]
external = sh -c 'vimdiff $2 $5' git_diff_wrapper
[pager]
diff =
[push]
default = simple
[core]
autocrlf = input
[pull]
ff =
[alias]
up = "!git remote update -p; git merge --ff-only @{u}"
[credential]
helper = cache --timeout 300
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment