Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created April 16, 2022 17:20
Show Gist options
  • Save fishyer/6e646a8c70f53e78c26eaf6701095b7c to your computer and use it in GitHub Desktop.
Save fishyer/6e646a8c70f53e78c26eaf6701095b7c to your computer and use it in GitHub Desktop.
[core]
autocrlf = false
excludesfile = /Users/yutianran/.gitignore_global
quotepath = false
[user]
name = fishyer
email = [email protected]
[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
[commit]
template = /Users/yutianran/.stCommitMsg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment