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

View file

@ -0,0 +1,16 @@
Workflow:
% git annex add
# list new files
% git commit -a -m "foo"
# commit summary
% git annex copy . --to remote --fast
# all files listed with "ok
% git annex copy . --to remote
# again, lists all files, _but the new ones are actually copied, this time_.
This happens no matter if I
% git push
before copy or not.