From 409285d8e18fb27d4c1723693d6ac22d67ebec08 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Oct 2010 16:36:01 -0400 Subject: clarify --- doc/walkthrough.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 7114cceae..4069fb87b 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -135,7 +135,7 @@ But `other.iso` looks to have never been copied to anywhere else, so if it's something you want to hold onto, you'd need to transfer it to some other repository before dropping it. -## using other backends: manually adding a remote URL +## using the URL backend git-annex has multiple key-value [[backends]]. So far this walkthrough has demonstrated the default, WORM (Write Once, Read Many) backend. @@ -149,7 +149,7 @@ that use this backend: # git commit -m "added a file from the Internet Archive" Now you if you ask git-annex to get that file, it will download it, -and cache it locally, until you have it drop it. +and cache it locally. # git annex get somefile get somefile (downloading) -- cgit v1.2.3