Git: Difference between revisions

From Piszczynski
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...")
 
m (1 revision imported)
(No difference)

Revision as of 22:32, 15 November 2023

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"