Git

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (1 revision imported)

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"