diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-07-11 18:09:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-11 18:09:51 +0000 |
commit | 532a97119d425b08589bab5ca9c70fa664bfe97f (patch) | |
tree | 45ae715f8a7d7e79bd4c7fb3087cec3a7f2c251e /doc/bugs/git-annex_sync_does_not_push | |
parent | 3f6adc369cbb419c44d03a32e1312d5a88b8cae7 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs/git-annex_sync_does_not_push')
-rw-r--r-- | doc/bugs/git-annex_sync_does_not_push/comment_1_8b9b53163b012563b3e80f8eded76aaa._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_does_not_push/comment_1_8b9b53163b012563b3e80f8eded76aaa._comment b/doc/bugs/git-annex_sync_does_not_push/comment_1_8b9b53163b012563b3e80f8eded76aaa._comment new file mode 100644 index 000000000..424d4db0d --- /dev/null +++ b/doc/bugs/git-annex_sync_does_not_push/comment_1_8b9b53163b012563b3e80f8eded76aaa._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 1" + date="2014-07-11T18:09:51Z" + content=""" +git-annex sync only syncs with remotes that have an annex.uuid configured. So you can solve your problem by: `git annex sync origin`, which will sync to the remote and incidentially initialize it for git-annex use. + +I think this is merely a documentation problem, as the documentation says it syncs with all remotes. Although I don't have any strong feelings about whether sync should act on remotes that have not yet been initialized with git-annex. +"""]] |