git-annex/doc/todo/transitive_transfers/comment_5_50670cb52b29dc9c0c6c981e6f6d198b._comment
2016-10-05 16:02:29 -04:00

15 lines
429 B
Text

[[!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.
"""]]