所以我试图将我的一个存储库提取到我的项目中,但这些文件没有在我的本地机器上更新。
git fetch TheCore <-- my Core on Github
returns saying nothing in terminal, just puts me back at prompt
我的机器上没有文件更新,仍然有旧代码。
我的 as12 项目远程仓库:
origin https://github.com/mine/as12.git (fetch)
origin https://github.com/mine/as12.git (push)
thecore https://github.com/mine/TheCore.git (fetch)
thecore https://github.com/mine/TheCore.git (push)
所以我正在尝试获取 TheCore,以便它使用新代码更新我的本地项目。不知道为什么 fetch 不起作用。