In my remote bare repository the HEAD is pointing to "refs/heads/master" and I want it to point to "refs/heads/other".

I am not able to go to remote repository directory and run git symbolic-ref. Is there any git command to achieve it? Or any other way?

If there is no way, does Github allow to change the HEAD?

Thanks in advance.

link|improve this question

60% accept rate
feedback

2 Answers

To change it in github, go to the admin section.
You can select the default branch from a dropdown there.

link|improve this answer
2  
Hmmmm... the existence of that drop-down is a strong indicator that there's no way to do it purely using Git commands. – kbro Jul 22 '10 at 14:21
feedback

There has been posted another question asking basically the same: How do I change a Git remote HEAD to point to something besides “master”, and there was more discussion there, with a reference to the Github group. So I'd just like to point anyone to that discussion as well.

link|improve this answer
This should have been a comment, because it's not an answer. – Evan Kroske Nov 21 '10 at 0:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.