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.
我从要从中提取的本地存储库中创建了一个远程。然后我取出它,并用它做了一个分支,git checkout -b test *remote-name*/*remote-branch*所以我现在把它作为我所在的分支。
git checkout -b test *remote-name*/*remote-branch*
但无论出于何种原因,它都缺少它在 github 页面上的一些脚本文件。我做错什么了?
现在我在那个分支中,然后我做了git pull *remote-name* *remote-branch*,但它仍然没有我想要的文件。
git pull *remote-name* *remote-branch*
您还记得将分支从主分支切换到远程分支吗?