Skip to content

Instantly share code, notes, and snippets.

@moustafasamir
Created April 4, 2016 11:27
Show Gist options
  • Save moustafasamir/e9f4690cf069de423256cd97de68f309 to your computer and use it in GitHub Desktop.
Save moustafasamir/e9f4690cf069de423256cd97de68f309 to your computer and use it in GitHub Desktop.
[user]
name = Moustafa Samir
email = moustafasamir.ram@gmail.com
color = true
[push]
default = upstream
[pull]
default = current
[color]
ui = true
[core]
excludesfile = /Users/moustafasamir/.gitignore_global
editor = nano
[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
[alias]
co = checkout
st = status
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[rerere]
enabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment