diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-22 18:06:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-22 18:06:59 -0400 |
commit | a0efa7b088b5b0fbef69a93f971e3ca402aa2148 (patch) | |
tree | b97d49b1c52f676eb4be069779f6bcb827b19a37 /doc/tips/centralized_git_repository_tutorial.mdwn | |
parent | 7cc92e048785b8d852193fa8f99e7a6fc777a895 (diff) |
reword
Diffstat (limited to 'doc/tips/centralized_git_repository_tutorial.mdwn')
-rw-r--r-- | doc/tips/centralized_git_repository_tutorial.mdwn | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/tips/centralized_git_repository_tutorial.mdwn b/doc/tips/centralized_git_repository_tutorial.mdwn index d12593bd2..945f95c0f 100644 --- a/doc/tips/centralized_git_repository_tutorial.mdwn +++ b/doc/tips/centralized_git_repository_tutorial.mdwn @@ -4,14 +4,15 @@ git-annex can also be used with a centralized git repository. We have separate tutorials depending on where the centralized git repository is hosted. -* You can use GitHub. However, GitHub does not currently let git-annex +* [[centralized_git_repository_tutorial/on_GitHub]] -- + However, GitHub does not currently let git-annex store the contents of large files there. So, things get a little more - complicated. See [[centralized_git_repository_tutorial/on_GitHub]] - for a tutorial for using git-annex with GitHub. + complicated when using it. -* You can use GitLab. This service is similar to GitHub, but supports - git-annex. See [[centralized_git_repository_tutorial/on_GitLab]] +* [[centralized_git_repository_tutorial/on_GitLab]] -- + This service is similar to GitHub, but supports + git-annex. -* You can use your own git server, which can be any unix system with - ssh and git and git-annex installed. A VPS, a home server, etc. - See [[[[centralized_git_repository_tutorial/on_your_own_server]]. +* [[centralized_git_repository_tutorial/On_your_own_server]] -- + use any unix system with ssh and git and git-annex installed. + A VPS, a home server, etc. |