2020-09-28 <git> 名前とメールをgitに設定 名前を設定 $ git config --global user.name "自分の名前" メールを設定 $ git config --global user.email アドレス