diff options
-rw-r--r-- | doc/distributed_version_control.mdwn | 8 | ||||
-rw-r--r-- | doc/meta.mdwn | 5 | ||||
-rw-r--r-- | doc/special_remotes/web.mdwn | 2 | ||||
-rw-r--r-- | doc/tips/using_the_web_as_a_special_remote.mdwn (renamed from doc/tips/using_the_web.mdwn) | 0 |
4 files changed, 14 insertions, 1 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]]. diff --git a/doc/meta.mdwn b/doc/meta.mdwn new file mode 100644 index 000000000..f78eaf981 --- /dev/null +++ b/doc/meta.mdwn @@ -0,0 +1,5 @@ +This wiki contains [[!pagecount pages="pages(*)"]] + +Broken links: + +[[!brokenlinks ]] diff --git a/doc/special_remotes/web.mdwn b/doc/special_remotes/web.mdwn index a969fb071..cd20a93bb 100644 --- a/doc/special_remotes/web.mdwn +++ b/doc/special_remotes/web.mdwn @@ -1,5 +1,5 @@ git-annex can use the WWW as a special remote, downloading urls to files. -See [[walkthrough/using_the_web]] for usage examples. +See [[tips/using_the_web_as_a_special_remote]] for usage examples. ## notes diff --git a/doc/tips/using_the_web.mdwn b/doc/tips/using_the_web_as_a_special_remote.mdwn index 8009927a4..8009927a4 100644 --- a/doc/tips/using_the_web.mdwn +++ b/doc/tips/using_the_web_as_a_special_remote.mdwn |