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

 

 

 

 


Revision #2
Created 22 March 2025 07:10:44 by Conor
Updated 24 April 2025 09:37:12 by Conor