git config
毎回忘れるから書いておく。
git config で最低限必要な値の設定値。
$ git config --global user.name hoge $ git config --global user.email hoge@example.com $ git config --global color.diff auto $ git config --global color.status auto $ git config --global color.branch auto $ git config --global color.interactive auto