Created
March 25, 2016 14:18
-
-
Save jeffreytgilbert/8f1da56b6aebde006566 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
[filter "media"] | |
clean = git-media-clean %f | |
smudge = git-media-smudge %f | |
[user] | |
name = Jeffrey Gilbert | |
email = [email protected] | |
[push] | |
default = simple | |
[core] | |
excludesfile = /Users/jgilbert/.gitignore_global | |
autocrlf = input | |
filemode = false | |
[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 | |
[color] | |
ui = true | |
[credential] | |
helper = osxkeychain | |
[alias] | |
create-pull-request = !sh -c 'stash pull-request $0 $@' | |
pr = !sh -c 'stash pull-request $0 $@' | |
s = status -s | |
lg = log --oneline --decorate --graph --all | |
fetch = fetch --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm... just one more thing i have to clean up. Thanks sourcetree 👎