Skip to main content

Order Of Operations

Local > remote

  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

Remote -> local

  1. Pull changes to local folder
git pull origin main