This commit is contained in:
parent
f003603e8c
commit
2f814eb0be
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ Workflow:
|
||||||
% git commit -a -m "foo"
|
% git commit -a -m "foo"
|
||||||
# commit summary
|
# commit summary
|
||||||
% git annex copy . --to remote --fast
|
% git annex copy . --to remote --fast
|
||||||
# all files listed with "ok
|
# all files listed with "ok"
|
||||||
% git annex copy . --to remote
|
% git annex copy . --to remote
|
||||||
# again, lists all files, _but the new ones are actually copied, this time_.
|
# again, lists all files, _but the new ones are actually copied, this time_.
|
||||||
|
|
||||||
|
@ -14,3 +14,5 @@ This happens no matter if I
|
||||||
% git push
|
% git push
|
||||||
|
|
||||||
before copy or not.
|
before copy or not.
|
||||||
|
|
||||||
|
PS: Arguably, a copy should push automagically.
|
||||||
|
|
Loading…
Reference in a new issue