简体   繁体   中英

Trying to pull files into my local branch from a remote repo, but not all files seem to be getting pulled

I created a remote from the local repo I want to pull from. I then fetch it, and made a branch from it with git checkout -b test *remote-name*/*remote-branch* so I now have it as a branch that I'm in.

But for whatever reason, it's missing some script files it has on the github page. What did I do wrong?

Now that I'm in that branch I then did git pull *remote-name* *remote-branch* and it still doesn't have the files I want.

您还记得将分支从主分支切换到远程分支吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM