Project

General

Profile

Feature #10207

Updated by Toshi MARUYAMA about 12 years ago

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. 

 <pre> 
 $ git branch 
 * master 
   master-20120211 master-20120212 

 $ git symbolic-ref HEAD refs/heads/master-20120211 refs/heads/master-20120212 
 $ git branch 
   master 
 * master-20120211 master-20120212 
 </pre> 

 !git-default-branch.png! 

Back