Skip to content

lab 49 Pulling Shared Changes

Goals

Quick hop over to the clone repository and let’s pull down the changes just pushed to the shared repo.

Execute:

cd ../cloned_hello

NOTE: Now in the cloned_hello repo.

Continue with…

Execute:

git remote add shared ../hello.git
git branch --track shared main
git pull shared main
cat README