sssheeesh

This commit is contained in:
Joey Hess 2014-10-31 16:31:00 -04:00
parent b67500d806
commit 746b1cb7bc
2 changed files with 11 additions and 12 deletions

View file

@ -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.
"""]]

View file

@ -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.
"""]]