diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-31 16:31:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-31 16:31:00 -0400 |
commit | c2170cf2c6596e5065ac815815536785710a7d9a (patch) | |
tree | 2a281cd58e0c3727f9d33031f23848ab0ac61121 /doc | |
parent | 5831590a56719811db66ff8121e891fbb7469678 (diff) |
sssheeesh
Diffstat (limited to 'doc')
2 files changed, 11 insertions, 12 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 deleted file mode 100644 index 134ea87e2..000000000 --- a/doc/forum/git_annex_sync:_only_git-annex/comment_4_cc3cebf5bc403b490e31e63af964a823._comment +++ /dev/null @@ -1,12 +0,0 @@ -[[!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. -"""]] diff --git a/doc/forum/git_annex_sync:_only_git-annex/comment_6_df94154fbbc4edbf7ff658f61bde48b5._comment b/doc/forum/git_annex_sync:_only_git-annex/comment_6_df94154fbbc4edbf7ff658f61bde48b5._comment new file mode 100644 index 000000000..8772255eb --- /dev/null +++ b/doc/forum/git_annex_sync:_only_git-annex/comment_6_df94154fbbc4edbf7ff658f61bde48b5._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2014-10-31T20:25:40Z" + content=""" +I have explained clearly in comment #1 above how to do what you want to do, +using git-annex, so it is a pity if still think that "annex +can't deliver such a basic functionality". + +It can. I have explained how. I don't know how to explain any better. +"""]] |