[コア]が何をするのか、そしてそれを一般的にどのように設定するのか知りたいです。ホームディレクトリの.gitconfigファイルは次のようになりました。
[core]
autocrlf = input
safecrlf = true
[user]
name =
email =
別のホームディレクトリでは、次のようになります。
[user]
name =
email =
[core]
excludesfile = /Users/chenfl84/.gitignore_global
[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