【Git】ユーザー名、メールアドレスを登録する。

よく調べるのでメモ。

$ git config --global user.name <username>
$ git config --global user.email <mailaddress>

その他Gitのグローバル設定に関しては下記ページがわかりやすくてオススメ。

http://www.backlog.jp/git-guide/reference/config.html