Skip to content

DeepaliDivya/github-chapter-2-sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Maintaining Your Local Repo

When working with other developers on the same project, the code may frequently change from commits being made to the repository. Therefore, the repository you initially cloned might have changes to the main branch others made that you'll want to reflect on your branch.

To keep your repository up to date, you're going to use the git pull command. This command updates the branch that you are currently working on, whether that be the default main branch, or a branch that you created. To help understand the uses of the git pull command, let's walk through a scenario where git pull will be helpful for us to use, and you may find yourself in.

About

Intended for exercises 6-10 in Chapter 2 of Codédex's Git/GitHub course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published