Just a few notes/things to remember while using git.

Typical git process:

  • git pull $link
  • git add .
  • git commit -m 'v0.1'
  • git push $link

Switch branches from master to main

  • git branch -m master main