Instead, if you want the default branch to be something other than master, you need to do this:
Which will update the HEAD file in your repository so that it contains:git symbolic-ref HEAD refs/heads/mybranch
This is well documented in the git-symbolic-ref manpage but it's not necessarily the first place you'd think of looking.ref: refs/heads/mybranch



1 comments:
thanks a bunch for this! setting up git repo on mediatemple grid, and this came in very handy ;)
Post a Comment