GitHub: Pull From a Remote Repository

Free Git Tutorial

Learn about pulling changes from GitHub, including how to execute the pull command and when it's ideal to do so.

This exercise is excerpted from Noble Desktop’s Git & GitHub training materials and is compatible with updates through 2022. To continue learning web development with hands-on training, check out our coding bootcamps in NYC and live online.

Pulling (Downloading) Your Changes

After someone else makes changes to the remote repo (GitHub), you can download (pull) their changes into your local repo.

How to Pull Changes from GitHub

Once the local Git repo knows about the remote repo (GitHub), you can use the Pull command. Here are some different ways to do that:

  • At the bottom left of the Visual Studio Code window (in the blue bar), click the Synchronize Changes button synchronize button to pull and then push.

  • At the top right of Source Control panel vscode soure control icon click the More Actions button vscode more actions icon and from the menu choose Pull.

When to Pull

It’s a good idea to pull:

Full-Stack Web Development Certificate: Live & Hands-on, In NYC or Online, 0% Financing, 1-on-1 Mentoring, Free Retake, Job Prep. Named a Top Bootcamp by Forbes, Fortune, & Time Out. Noble Desktop. Learn More.
  • Before you start to work (so you have the latest changes)
  • Before you push (in case something has changed while you worked)
photo of Dan Rodney

Dan Rodney

Dan Rodney has been a designer and web developer for over 20 years. He creates coursework for Noble Desktop and teaches classes. In his spare time Dan also writes scripts for InDesign (Make Book JacketProper Fraction Pro, and more). Dan teaches just about anything web, video, or print related: HTML, CSS, JavaScript, Figma, Adobe XD, After Effects, Premiere Pro, Photoshop, Illustrator, InDesign, and more.

More articles by Dan Rodney

How to Learn Git

Master Git with hands-on training. Git is a free, open-source version control system that allows developers to track the changes they make to code.

Yelp Facebook LinkedIn YouTube Twitter Instagram