Created
April 4, 2016 11:27
-
-
Save moustafasamir/e9f4690cf069de423256cd97de68f309 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Moustafa Samir | |
email = [email protected] | |
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