I have an repository in which the master branch was renamed to product. Things are fine except on one box where the code was cloned before this change. On that box HEAD still points to master:
* local-2
remotes/origin/HEAD -> origin/master
remotes/origin/local-1
remotes/origin/product
remotes/origin/local-2
It's certainly incorrect, but in practical application, it's also causing an issue with a deployment script. What would it take to reposition remotes/origin/HEAD so that it points to remotes/origin/product?