git - Trying to pull files into my local branch from a remote repo, but not all files seem to be getting pulled -
i created remote local repo want pull from. fetch it, , made branch git checkout -b test *remote-name*/*remote-branch*
have branch i'm in.
but whatever reason, it's missing script files has on github page. did wrong?
now i'm in branch did git pull *remote-name* *remote-branch*
, still doesn't have files want.
did remember switch branches master remote branch?
Comments
Post a Comment