Gitを使いたいのだけど、まだインストールしてませんw なので予習を兼ねてBest Practicesを訳。間違っているかもしれないので、ご了承ください。 http://www.tpope.net/rails-git-best-practices 名前とメールアドレスを設定しよう 1 $ git config --global user.name "Tim Pope" 2 $ git config --global user.email "foo@gmail.com" 1 $ git config --global color.diff auto 2 $ git config --global color.status auto 3 $ git config --global color.branch auto 4 $ git config --global color.int