Skip to main content

Order Of Operations

  1. Add the changed files
  2. commit the files
  3. push to repo
git add FILE_NAME
git commit -m "message"
git push origin main