新しい環境で Git を使おうとするときは最低限以下の設定を行うようにしている.
$ git config --global user.name "Taro Kobe" $ git config --global user.email taro.kobe@example.com $ git config --global color.ui auto
新しい環境で Git を使おうとするときは最低限以下の設定を行うようにしている.
$ git config --global user.name "Taro Kobe" $ git config --global user.email taro.kobe@example.com $ git config --global color.ui auto