よく調べるのでメモ。
$ git config --global user.name <username> $ git config --global user.email <mailaddress>
その他Gitのグローバル設定に関しては下記ページがわかりやすくてオススメ。
http://www.backlog.jp/git-guide/reference/config.html
よく調べるのでメモ。
$ git config --global user.name <username> $ git config --global user.email <mailaddress>
その他Gitのグローバル設定に関しては下記ページがわかりやすくてオススメ。
http://www.backlog.jp/git-guide/reference/config.html