Git版本控制-初始設定

  • 315
  • 0
  • Git
  • 2020-10-29

Git初始設定

初次設定 Git​
git config --global user.name "John Doe" #(你的名稱,可自訂)
git config --global user.email johndoe@example.com #(申請GitHub時的E-mail)