git初期設定 gitの初期設定 自分向け備忘録 ユーザー情報の設定 $ git config --global user.name "Jane Doe" $ git config --global user.email Jane.Doe@gmail.com 12 $ git config --global user.name "Jane Doe"$ git config --global user.email Jane.Doe@gmail.com 続きを読む →