This commit is contained in:
Joey Hess 2016-10-05 16:02:29 -04:00
parent 5416fd21a1
commit 658b6ce835
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2016-10-05T19:59:13Z"
content="""
@JasonWoof re your use case, you don't need transitive transfers.
You can simply go to `old_external` and run:
git annex sync main_external
git annex get --branch main_external/master
(Assuming that the `old_external` has a `main_external` remote.)
This --branch option was added in a recent git-annex release.
"""]]