Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
9d3a967c66
3 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 8"
|
||||
date="2013-05-13T17:22:17Z"
|
||||
content="""
|
||||
I don't understand how IPv6 could affect local pairing. The assistant does not currently do pairing over ipv6 due to a limitation in the multicast library it's using.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-05-13T17:36:31Z"
|
||||
content="""
|
||||
It's a fairly fundamental limitation of git that you cannot check `.git` directories into a git repository.
|
||||
|
||||
For backups and sneakernet transfers, `git bundle` is easy to use..
|
||||
"""]]
|
|
@ -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…
Add table
Reference in a new issue