diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-10-22 16:18:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-22 16:18:50 +0000 |
commit | f9cc442d99a70bfd63b24e00d160d13155393331 (patch) | |
tree | 4eab951f65dfec6224b2f456abe525155808653e | |
parent | 831015567177b30e8c287a3289ddc798c9c70b17 (diff) |
Added a comment
-rw-r--r-- | doc/forum/git_annex_sync:_only_git-annex/comment_4_cc3cebf5bc403b490e31e63af964a823._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/git_annex_sync:_only_git-annex/comment_4_cc3cebf5bc403b490e31e63af964a823._comment b/doc/forum/git_annex_sync:_only_git-annex/comment_4_cc3cebf5bc403b490e31e63af964a823._comment new file mode 100644 index 000000000..134ea87e2 --- /dev/null +++ b/doc/forum/git_annex_sync:_only_git-annex/comment_4_cc3cebf5bc403b490e31e63af964a823._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.96" + subject="comment 4" + date="2014-10-22T16:18:50Z" + content=""" +I struggle to see how you could draw that conclusion from what I said. + +git-annex will work fine in an existing git repository. You can mix regular git commands like `git add`, `git push`, `git pull`, `git merge` with git-annex commands like `git annex add`, `git annex copy --to origin`, `git annex get`, `git annex merge`, in the same repository. + +The `git annex sync` command effcetively runs `git commit; git pull; git annex merge; git push; git annex copy --to origin; git annex get`. If you don't want to run all those commands at once, you don't want to run `git annex sync`. That will not prevent you from using git-annex in any way. +"""]] |