Last active
August 29, 2015 14:25
-
-
Save jmealo/8eb2e9ad1eb9b754b8d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = Jeffrey Mealo | |
| email = [email protected] | |
| [credential] | |
| helper = osxkeychain | |
| [core] | |
| autocrlf = input | |
| excludesfile = /Users/jmealo/.gitignore_global | |
| precomposeunicode = true | |
| whitespace = cr-at-eol | |
| editor = nano | |
| [url "[email protected]:"] | |
| pushInsteadOf = git://github.com/ | |
| pushInsteadOf = https://github.com/ | |
| [push] | |
| default = simple | |
| [diff] | |
| renames = copies | |
| [branch] | |
| autosetupmerge = always | |
| [rerere] | |
| enabled = true | |
| [merge] | |
| stat = true | |
| [alias] | |
| unstage = reset HEAD -- | |
| last = log -1 HEAD | |
| [color] | |
| ui = auto | |
| [format] | |
| pretty = "Commit: %C(yellow)%H%nAuthor: %C(green)%aN <%aE>%nDate: (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b" | |
| [difftool "sourcetree"] | |
| cmd = Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" | |
| path = | |
| [mergetool "sourcetree"] | |
| cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" | |
| trustExitCode = true | |
| [filter "media"] | |
| clean = git-media-clean %f | |
| smudge = git-media-smudge %f | |
| [filter "lfs"] | |
| clean = git lfs clean %f | |
| smudge = git lfs smudge %f | |
| required = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment