Reading-notes

Class 3 Reading Assignment

These are my notes from Module 3

Sharing Code

computer is local repository Git hub is remote repository

Version Control

Important Terms

Cheat sheet

  1. git stauts
  2. git add .
  3. git add file name
  4. git commit
  5. git push origin main
  6. -m “message to leave is put here”