リモートで働くプログラマーの検索結果

リモ太がググったことの覚書

gitの名前とメールアドレスを設定する

git-scm.com

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com