show git-annex init w/o description for laptop, where default would suffice. And...
authorJoey Hess <joeyh@joeyh.name>
Tue, 6 Oct 2015 19:59:43 +0000 (15:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 6 Oct 2015 19:59:43 +0000 (15:59 -0400)
doc/walkthrough/adding_a_remote.mdwn
doc/walkthrough/creating_a_repository.mdwn

index 97690dfcdfa58834a9e10880ff34e9c4af7f95f2..c02852544d2d2a1be8c3936c54b58ef907574df9 100644 (file)
@@ -11,8 +11,11 @@ Let's start by adding a USB drive as a remote.
        # git remote add usbdrive /media/usb/annex
 
 This is all standard ad-hoc distributed git repository setup.
-The only git-annex specific part is telling it the name
-of the new repository created on the USB drive.
+
+The only git-annex specific part is telling it a description
+of the new repository created on the USB drive. This is optional, but
+giving the repository a description helps when git-annex talks about it
+later.
 
 Notice that both repos are set up as remotes of one another. This lets
 either get annexed files from the other. You'll want to do that even
index 51ff1c72b3cda237879311227518f2d71dfa53ac..b5b3ab407831ade3cb8c1ac318b12f402241c44c 100644 (file)
@@ -1,6 +1,6 @@
-This is very straightforward. Just tell it a description of the repository.
+This is very straightforward.
 
        # mkdir ~/annex
        # cd ~/annex
        # git init
-       # git annex init "my laptop"
+       # git annex init