You have been given a clone of the git-mastery/gm-shapes
repo.
Another developer Aliceβs has created a remote copy of this repo at https://github.com/git-mastery/gm-shapes-alice which seems to have an additional commit in the main
branch.
Add that repo as a remote titled alice-upstream
, and bring over Aliceβs additional commit to your repo.
Aliceβs friend Bob has copied Aliceβs repo to https://github.com/git-mastery/gm-shapes-bob, and added one more commit.
Add that repo as another remote titled bob-remote
, and fetch (not pull or merge) his new commit to your repo.