Git

From Piszczynski
Revision as of 13:01, 8 August 2022 by piszczynski>Aleks (Created page with " == GitHub == Once git is installed and repo is cloned set the global username and password to allow automatic push and pull to work: *git config --global user.name "Your Na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GitHub

Once git is installed and repo is cloned set the global username and password to allow automatic push and pull to work:

  • git config --global user.name "Your Name"
  • git config --global user.email "youremail@yourdomain.com"