diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-23 14:14:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-23 14:14:50 -0400 |
commit | 5601a8db02e516d77d62fe18972a882ebad53b29 (patch) | |
tree | 508a8d904ef9d8860cbfe3f381e5a92ddb2aa0cb /doc/walkthrough.mdwn | |
parent | 08236e780fd0047b1dbab2ef7c50d96be8709cab (diff) |
update
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r-- | doc/walkthrough.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 41e033240..c9eba0a57 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -166,7 +166,7 @@ Now you can get files and they will be transferred by `scp`: # git annex get my_cool_big_file get my_cool_big_file (getting UUIDs for origin...) (copying from origin...) WORM:1285650548:2159:my_cool_big_file 100% 2159 2.1KB/s 00:00 - ok + ok When you drop files, git-annex will ssh over to the remote and make sure the file's content is still there before removing it locally: @@ -202,7 +202,7 @@ and cache it locally. # git annex get somefile get somefile (downloading) #########################################################################100.0% - ok + ok You can always drop files downloaded by the URL backend. It is assumed that the URL is stable; no local backup is kept. |