show git-annex init w/o description for laptop, where default would suffice. And for init of usb drive, be clear that it's a description, not a name.
This commit is contained in:
parent
ebd1b3ca60
commit
888fc6292d
2 changed files with 7 additions and 4 deletions
|
@ -11,8 +11,11 @@ Let's start by adding a USB drive as a remote.
|
||||||
# git remote add usbdrive /media/usb/annex
|
# git remote add usbdrive /media/usb/annex
|
||||||
|
|
||||||
This is all standard ad-hoc distributed git repository setup.
|
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
|
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
|
either get annexed files from the other. You'll want to do that even
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
This is very straightforward. Just tell it a description of the repository.
|
This is very straightforward.
|
||||||
|
|
||||||
# mkdir ~/annex
|
# mkdir ~/annex
|
||||||
# cd ~/annex
|
# cd ~/annex
|
||||||
# git init
|
# git init
|
||||||
# git annex init "my laptop"
|
# git annex init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue