This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-04-01 10:47:49 +00:00 committed by admin
parent f003603e8c
commit 2f814eb0be

View file

@ -5,7 +5,7 @@ Workflow:
% git commit -a -m "foo"
# commit summary
% git annex copy . --to remote --fast
# all files listed with "ok
# all files listed with "ok"
% git annex copy . --to remote
# 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
before copy or not.
PS: Arguably, a copy should push automagically.