summaryrefslogtreecommitdiff
path: root/doc/walkthrough
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-03 13:59:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-03 13:59:08 -0400
commitb80370b6371ec5ea8f335dfe7ce88b828c0e4e49 (patch)
tree7d9d2147834bbd9905a9475e024f88446777e9bd /doc/walkthrough
parent8745ff62e9ff09666b6a67926165125f73e6515b (diff)
adjust walkthrough to also work on Windows
(not fully tested on windows)
Diffstat (limited to 'doc/walkthrough')
-rw-r--r--doc/walkthrough/getting_file_content.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/getting_file_content.mdwn b/doc/walkthrough/getting_file_content.mdwn
index f41e17770..f92704ff3 100644
--- a/doc/walkthrough/getting_file_content.mdwn
+++ b/doc/walkthrough/getting_file_content.mdwn
@@ -6,7 +6,7 @@ We can use this to copy everything in the laptop's annex to the
USB drive.
# cd /media/usb/annex
- # git fetch laptop; git merge laptop/master
+ # git annex sync laptop
# git annex get .
get my_cool_big_file (from laptop...) ok
get iso/debian.iso (from laptop...) ok