diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-30 15:02:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-30 15:02:29 -0400 |
commit | 29032cb70e66d18f25b9b942eb01dceeeb8aa300 (patch) | |
tree | ae8887cccb688b310b489924e3a3a2f0b311fbf2 /doc/walkthrough/automatically_managing_content.mdwn | |
parent | f88738223ee5156baac8f0fa0bde6d701f1fdd07 (diff) |
When displaying a list of repositories, show git remote names in addition to their descriptions.
Diffstat (limited to 'doc/walkthrough/automatically_managing_content.mdwn')
-rw-r--r-- | doc/walkthrough/automatically_managing_content.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/automatically_managing_content.mdwn b/doc/walkthrough/automatically_managing_content.mdwn index ba0cad609..ef883efef 100644 --- a/doc/walkthrough/automatically_managing_content.mdwn +++ b/doc/walkthrough/automatically_managing_content.mdwn @@ -13,7 +13,7 @@ file. 0c443de8-e644-11df-acbf-f7cd7ca6210d -- laptop whereis other_file (3 copies) 0c443de8-e644-11df-acbf-f7cd7ca6210d -- laptop - 62b39bbe-4149-11e0-af01-bb89245a1e61 -- usb drive <-- here + 62b39bbe-4149-11e0-af01-bb89245a1e61 -- here (usb drive) 7570b02e-15e9-11e0-adf0-9f3f94cb2eaa -- backup drive What would be handy is some automated versions of get and drop, that only @@ -31,7 +31,7 @@ work toward having two copies of your files. # git annex whereis whereis my_cool_big_file (2 copies) 0c443de8-e644-11df-acbf-f7cd7ca6210d -- laptop - 62b39bbe-4149-11e0-af01-bb89245a1e61 -- usb drive <-- here + 62b39bbe-4149-11e0-af01-bb89245a1e61 -- here (usb drive) whereis other_file (2 copies) 0c443de8-e644-11df-acbf-f7cd7ca6210d -- laptop 7570b02e-15e9-11e0-adf0-9f3f94cb2eaa -- backup drive |