Update Local Project files from Origin (git pull)


      This file relates to both  GitHub and  GitLab.
    

The following guide shows you how to update your local repository with the latest changes from origin

  1. Click the Fetch button to ensure that all changes are fetched
  2. Ensure that you are at the correct branch you wish to pull changes from
  3. Click the Pull Button
    Pull code from Origin #1
  4. Double check that the remote and local branches match
    (If it doesnt match, select the correct remote branch with the dropdown box)
  5. Press OK to confirm and pull new changes
    Pull Code from Origin #2
Demo Video
The following is a video on how this is being done. Read the how-to guide before watching the video for actual steps to do it

Console Commands Used

      git fetch origin # Fetch changes from origin
      git pull # Pulls changes from origin