aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-19 20:22:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-19 20:22:37 -0400
commit14dd4dc316d8d30b972f51b72459ca6e63f44f39 (patch)
treea45381a67155b79f764a3e6506d4b746b7df7a40
parenta7cc89f1eb96add4ad18812f47721e9e6c652580 (diff)
tweak
-rw-r--r--doc/walkthrough.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index e5cbc7df1..fb824c995 100644
--- a/doc/walkthrough.mdwn
+++ b/doc/walkthrough.mdwn
@@ -67,8 +67,8 @@ Let's copy everything in the laptop's home annex to the USB drive.
# cd /media/usb/annex
# git pull home master
# git annex get .
- get big_file (copying from home...) ok
- get debian.iso (copying from home...) ok
+ get my_cool_big_file (copying from home...) ok
+ get iso/debian.iso (copying from home...) ok
Notice that you had to git pull from home first, this lets git-annex know
what has changed in home, and so it knows about the files you added and
@@ -100,7 +100,7 @@ it:
You can always drop files safely. Git-annex checks that some other annex
has the file before removing it.
- # git annex drop debian.iso
+ # git annex drop iso/debian.iso
drop iso/Debian_5.0.iso ok
# git commit -a -m "freed up space"