Back

Explore Courses Blog Tutorials Interview Questions
+9 votes
2 views
in DevOps and Agile by (19.4k points)
edited by

I've got a project checked locally from GitHub, and that remote repository has since had changes made to it. What's the correct command to update my local copy with the latest changes?

1 Answer

+8 votes
by (27.5k points)
edited by

This should do the magic:

$ git pull origin master

There are lot more commands like this and the following tutorial consists of all please go through this which help you more:

Browse Categories

...