STUDY MEMO

学習のメモ書き

< git > 名前とメールをgitに設定

名前を設定

$ git config --global user.name "自分の名前"

メールを設定

$ git config --global user.email アドレス