Lost reference to origin/HEAD.
When I execute command git branch -r, I see just these branches.
git branch -r
origin/master
origin/some-other-branch
How can I get origin/HEAD linked back to origin/master
origin/HEAD -> origin/master
origin/master
origin/some-other-branch