create a git symbolic ref in remote repository

Posted by Banengusk on Stack Overflow See other posts from Stack Overflow or by Banengusk
Published on 2009-05-11T10:54:33Z Indexed on 2010/06/03 1:54 UTC
Read the original article Hit count: 209

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about git

Related posts about github