shimgo
10/7/2017 - 11:40 AM

Gitのユーザ名とアドレス設定

```
git config --global user.name hoge
git config --global user.name mail@example.com
```