I realize there are similar answers, such as the one found here, but these expect that you know the structure of GitHub commits and branches, and I don't.
So my question is if I want to pull a commit 12fds123nfd1123sefs12
from branch master
on GitHub, what is the git fetch
command?
For clarity, I mean I want to pull all commits up to a given commit.