summaryrefslogtreecommitdiff
path: root/doc/distributed_version_control.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-08 12:16:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-08 12:16:02 -0400
commitd35cd6ff262bc7013e5bb8fe63e8251c0e4ba8b3 (patch)
tree51748b48d0a5a07c17a8f623a6ec8d5bd35f278b /doc/distributed_version_control.mdwn
parent05b7608113a6b9abf92064884361f3e035ef3255 (diff)
wiki updates
Diffstat (limited to 'doc/distributed_version_control.mdwn')
-rw-r--r--doc/distributed_version_control.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/distributed_version_control.mdwn b/doc/distributed_version_control.mdwn
index f9cdb7e99..738b5adc2 100644
--- a/doc/distributed_version_control.mdwn
+++ b/doc/distributed_version_control.mdwn
@@ -11,3 +11,11 @@ Each git-annex repository is responsible for storing some of the content,
and can copy it to or from other repositories. [[Location_tracking]]
information is committed to git, to let repositories inform other
repositories what file contents they have available.
+
+--
+
+The [[tutorial]] walks you through creating a distributed set of git-annex
+repositories with no central repository.
+
+Prefer a central repository like GitHub? See the
+[[tips/centralized_git_repository_tutorial]].