Skip to content

Instantly share code, notes, and snippets.

@yortuc
Created December 4, 2017 14:58
Show Gist options
  • Save yortuc/c2439dacee48750cd4338d8316bc11e6 to your computer and use it in GitHub Desktop.
Save yortuc/c2439dacee48750cd4338d8316bc11e6 to your computer and use it in GitHub Desktop.
[user]
email = evren.yortucboylu@holidaycheck.com
name = eyortucboylu
[alias]
c = commit
st = status
co = checkout
lp = log --oneline --graph --decorate
cl = clone
si = submodule init
su = submodule update
[core]
excludesfile = /Users/eyortucboylu/.gitignore_global
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment