Challenge: Working With Multiple Repositories

Test your understanding of the “Working With Multiple Repositories” chapter by completing this challenge.

We'll cover the following

Problem statement#

Create a Git repository and clone it to a second one. Make a change on the first repository’s master branch, and fetch and merge it into the second one.

Try setting up two independent copies of the same repository (i.e., do not clone) and bring changes in and out on multiple branches.

Terminal 1
Terminal

Click to Connect...

Solution#

Click the “Show Solution” button to learn about the solution.

Three-Linked Repositories
Introduction: Pushing Code
Mark as Completed
Report an Issue