Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我克隆了一个 github repo,从那时起原始 repo 已经更新。我如何“克隆”新的仓库?
我很确定删除我本地的旧仓库然后重新克隆,这是错误的方法。
另外,我没有对原始克隆进行任何更改,所以我不担心丢失任何东西。
如果您没有对原始文件进行任何更改,那么简单的git pull应该会更新您的本地存储库。
git pull
如果您是 git 新手,也许这会有所帮助:http ://de.gitready.com/beginner/2009/01/21/pushing-and-pulling.html