diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2012-10-16 04:24:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-16 04:24:00 +0000 |
commit | c9eab9ad92156bc244d2912aede5d61c1651c462 (patch) | |
tree | 6fd58b6cd445e8cad243ca861bf975ae44e0d11a /doc | |
parent | f7184fb3ccec25e63d0a2d884e906c6b0a083d99 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Can__39__t_init_git_annex/comment_5_53c33484bded57abc60f0449331c7b05._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Can__39__t_init_git_annex/comment_5_53c33484bded57abc60f0449331c7b05._comment b/doc/forum/Can__39__t_init_git_annex/comment_5_53c33484bded57abc60f0449331c7b05._comment new file mode 100644 index 000000000..5bbbb7360 --- /dev/null +++ b/doc/forum/Can__39__t_init_git_annex/comment_5_53c33484bded57abc60f0449331c7b05._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.8" + subject="comment 5" + date="2012-10-16T04:23:59Z" + content=""" +`git annex sync` only syncs the git repository, not file contents, and the special remote has no git repo, only file contents. `git annex copy` will avoid transferring things that are already there, so it's the way to go. + +If you want automatic syncing of file contents and lots of other magic including automatic commit of new files, you could try the [[assistant]]. + +"""]] |