Pulling Shared Changes
Goals
- Learn how to pull changes from a shared repository.
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 master
git pull shared master
cat README
当前内容版权归 gitimmersion 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 gitimmersion .