HenningSchroeder / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

no branch selected after repo sync #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a manifest file with this configuration:

    <remote name="origin" fetch="."/>
    <default revision="refs/heads/master" remote="origin" sync-j="4"/>

Each project has a master branch. When I do a repo sync, it checks out the 
projects, but a git status in the repo shows that I am not currently on a 
branch. Shouldn't this check out master by default?

Original issue reported on code.google.com by storey.j...@gmail.com on 24 Sep 2015 at 10:50