Created
September 13, 2017 16:31
-
-
Save kamontat/920852a068d6e69ae10b807ac27c2929 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
filter.lfs.required=true | |
filter.lfs.clean=git-lfs clean -- %f | |
filter.lfs.smudge=git-lfs smudge -- %f | |
filter.lfs.process=git-lfs filter-process | |
user.name=kamontat | |
[email protected] | |
core.excludesfile=/Users/kamontat/.gitignore_global | |
core.autocrlf=input | |
difftool.sourcetree.cmd=opendiff "$LOCAL" "$REMOTE" | |
difftool.sourcetree.path= | |
mergetool.sourcetree.cmd=/Applications/SourceTree.app/Contents/Resources/opendiff-w.sh "$LOCAL" "$REMOTE" -ancestor "$BASE" -merge "$MERGED" | |
mergetool.sourcetree.trustexitcode=true | |
alias.com=commit | |
alias.c=commit | |
alias.d=diff | |
alias.branch-graph=log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches | |
color.ui=true | |
credential.helper=osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment