If I am on a local branch that is not tracking any remote branch and I give the command
git fetch
Given I have several remotes defined
It will fetch of the origin remote. This is the frist remote you performed the GIT clone command on.
GIT clone