It seems to my that no one suggested the simplest way (or maybe I'm too dumb to think this is "a way"). But anyway, have you tried this?
$ git pull origin remoteBranchName$ git switch remoteBranchName
This worked for me in the same case (a branch created on the remote after my last pull request).