http://www8.atwiki.jp/git_jp/pub/Documentation.ja/user-manual.html#telling-git-your-name
$ git config --global user.name "Your name" $ git config --global user.email "your-email-addres@example.org"
http://www8.atwiki.jp/git_jp/pub/Documentation.ja/user-manual.html#telling-git-your-name
$ git config --global user.name "Your name" $ git config --global user.email "your-email-addres@example.org"