summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/walkthrough.mdwn2
-rw-r--r--doc/walkthrough/creating_a_repository.mdwn1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index b35cf808d..4745ca117 100644
--- a/doc/walkthrough.mdwn
+++ b/doc/walkthrough.mdwn
@@ -9,8 +9,8 @@ but following along will teach you the basic concepts from the ground up.
[[!inline feeds=no trail=yes show=0 template=walkthrough pagenames="""
walkthrough/creating_a_repository
- walkthrough/adding_a_remote
walkthrough/adding_files
+ walkthrough/adding_a_remote
walkthrough/renaming_files
walkthrough/getting_file_content
walkthrough/syncing
diff --git a/doc/walkthrough/creating_a_repository.mdwn b/doc/walkthrough/creating_a_repository.mdwn
index c5e389d33..b5b3ab407 100644
--- a/doc/walkthrough/creating_a_repository.mdwn
+++ b/doc/walkthrough/creating_a_repository.mdwn
@@ -4,4 +4,3 @@ This is very straightforward.
# cd ~/annex
# git init
# git annex init
- # git config receive.denyNonFastForwards false