Skip to content

Instantly share code, notes, and snippets.

@jeffreytgilbert
Created March 25, 2016 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreytgilbert/8f1da56b6aebde006566 to your computer and use it in GitHub Desktop.
Save jeffreytgilbert/8f1da56b6aebde006566 to your computer and use it in GitHub Desktop.
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[user]
name = Jeffrey Gilbert
email = jegilbert@conversantmedia.com
[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
@jeffreytgilbert
Copy link
Author

Hmm... just one more thing i have to clean up. Thanks sourcetree 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment