summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cheatsheet.mdwn14
-rw-r--r--doc/walkthrough.mdwn15
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.