练习二十五,远程仓库包含了一个链接,请找到它。 使用代码:

git remote -v

其中remote_location就是远程仓库对应的链接。 练习二十六,你需要从原始(origin repository)仓库拉去所有更改。 使用代码:

git pull ori[......]

阅读全文