Git Beginner to Intermediate Course
About Lesson

Welcome to another part of the git tutorials. In this part, you will learn how to
pull the the latest update of a remote repository using a simple command. After
having done that, you can make the necessary changes on the code and push it again
to that remote GitHub repository. The purpose of doing this is to always have
the latest version of the repository that you are working on.

Join the conversation