Added a comment
This commit is contained in:
parent
8e55f1314f
commit
f06b3fe454
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
nickname="joey"
|
||||||
|
subject="comment 11"
|
||||||
|
date="2013-05-13T17:33:26Z"
|
||||||
|
content="""
|
||||||
|
When the assistant (or git annex sync) pushes to a repository, it creates a `synced/master` branch. So your bare repository has no regular `master` branch. So when you clone it, you get a repository with no branch checked out, which is what git-annex sync complains about.
|
||||||
|
|
||||||
|
There are several solutions. The easiest is to run `git merge origin/synced/master`; then your checkout will have a master branch and you can use `git annex sync` from then on.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue