diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-08 17:07:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-08 17:08:20 -0400 |
commit | f66b6f6360a448adc3e2ad501bd1e7673ebe0192 (patch) | |
tree | 98b1868662933a5d6fd4eb12f66eeadc78a11015 | |
parent | 1861a065b28160586811c88b571e4ce80b0e806c (diff) |
move esoteric stuff from walkthrough to cheatsheet
-rw-r--r-- | doc/cheatsheet.mdwn | 14 | ||||
-rw-r--r-- | doc/walkthrough.mdwn | 15 |
2 files changed, 21 insertions, 8 deletions
diff --git a/doc/cheatsheet.mdwn b/doc/cheatsheet.mdwn new file mode 100644 index 000000000..4287756a6 --- /dev/null +++ b/doc/cheatsheet.mdwn @@ -0,0 +1,14 @@ +A suppliment to the [[walkthrough]]. + +[[!toc]] + +[[!inline feeds=no show=0 template=walkthrough pagenames=""" + walkthrough/using_Amazon_S3 + walkthrough/using_bup + walkthrough/using_the_URL_backend + walkthrough/using_the_SHA1_backend + walkthrough/migrating_data_to_a_new_backend + walkthrough/untrusted_repositories + walkthrough/what_to_do_when_you_lose_a_repository + walkthrough/recover_data_from_lost+found +"""]] diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index c64880749..ae305cb1b 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -14,16 +14,15 @@ A walkthrough of the basic features of git-annex. modifying_annexed_files using_ssh_remotes moving_file_content_between_repositories - using_Amazon_S3 - using_bup - using_the_URL_backend - using_the_SHA1_backend - migrating_data_to_a_new_backend unused_data fsck:_verifying_your_data fsck:_when_things_go_wrong backups - untrusted_repositories - what_to_do_when_you_lose_a_repository - recover_data_from_lost+found """]] + +---- + +So ends the walkthrough. By now you should be able to use git-annex. + +Want more? See the [[cheatsheet]] for info about all of git-annex's hidden +features. |