1
$ git branch -a
* master
  mongodbutils
  remotes/origin/HEAD -> origin/mongodbutils
  remotes/origin/feature1
  remotes/origin/master
  remotes/origin/mongodbutils

What is the usage of reference remotes/origin/HEAD?

Specifically, is remotes/origin/HEAD used during any of git clone, fetch, pull, push or other commands that operate between two repositories?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Tim
  • 1
  • 141
  • 372
  • 590
  • This is not *quite* a duplicate, but see https://stackoverflow.com/q/47978081/1256452 (both answers) and https://stackoverflow.com/q/8839958/1256452. – torek Jan 12 '19 at 23:48

0 Answers0