Skip to content

Instantly share code, notes, and snippets.

@kamontat
Created September 13, 2017 16:31
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 kamontat/920852a068d6e69ae10b807ac27c2929 to your computer and use it in GitHub Desktop.
Save kamontat/920852a068d6e69ae10b807ac27c2929 to your computer and use it in GitHub Desktop.
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
user.email=kamontat_c@hotmail.com
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