Actions
Feature #10207
closedGit: use default branch from HEAD
Resolution:
Fixed
Description
https://www.chiliproject.org/issues/749
Redmine 1.3 uses "master" as git default branch.
You can change HEAD by "git symbolic-ref" on bare repository.
$ git branch * master master-20120211 $ git symbolic-ref HEAD refs/heads/master-20120211 $ git branch master * master-20120211

Files
Actions