I'm new to git and am struggling with this.
I need to grab some files from a Github branch (not even sure if this is the right terminology).
I tried:
git pull someones-project/feature/branch-123
and
git merge someones-project/feature/branch-123
and got Already up-to-date
for both.
But it's not up-to-date. I can see files on Github that are missing from my local.
Can anyone point me in the right direction here?