Skip to content

Instantly share code, notes, and snippets.

@jmayaalv
Created October 20, 2015 18:54
Show Gist options
  • Save jmayaalv/e65a0d9bd755b6f13b6c to your computer and use it in GitHub Desktop.
Save jmayaalv/e65a0d9bd755b6f13b6c to your computer and use it in GitHub Desktop.
[color]
ui = true
[alias]
ci = commit
co = checkout
d = diff
di = diff
br = branch
st = status
l = log --stat
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[core]
excludesfile = /Users/jmaya/.gitignore_global
autocrlf = input
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment