Tips
git config
/etc/gitconfig
Git でこのファイルの読み書きをするには、–system オプションを指定します。
~/.gitconfig
ホーム直下
Git でこのファイルの読み書きをするには、–global オプションを指定します。
.git/config
リポジトリにある.gitディレクトリ直下
git config 時にオプションは指定しない。