git-annex/doc/tips/centralized_git_repository_tutorial.mdwn

19 lines
710 B
Text
Raw Normal View History

2011-11-07 17:08:47 +00:00
The [[walkthrough]] builds up a decentralized git repository setup, but
git-annex can also be used with a centralized git repository.
2011-11-07 17:08:47 +00:00
We have separate tutorials depending on where the centralized git
repository is hosted.
2011-11-07 17:08:47 +00:00
2015-07-22 22:07:31 +00:00
* [[centralized_git_repository_tutorial/On_GitHub]] --
2015-07-22 22:06:59 +00:00
However, GitHub does not currently let git-annex
store the contents of large files there. So, things get a little more
2015-07-22 22:06:59 +00:00
complicated when using it.
2011-11-07 17:08:47 +00:00
2015-07-22 22:07:31 +00:00
* [[centralized_git_repository_tutorial/On_GitLab]] --
2015-07-22 22:06:59 +00:00
This service is similar to GitHub, but supports
git-annex.
2011-11-07 17:08:47 +00:00
2015-07-22 22:06:59 +00:00
* [[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.