File: centralized_git_repository_tutorial.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (18 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The [[walkthrough]] builds up a decentralized git repository setup, but
git-annex can also be used with a centralized git repository. 

We have separate tutorials depending on where the centralized git
repository is hosted.

* [[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 when using it.

* [[centralized_git_repository_tutorial/On_GitLab]] -- 
  This service is similar to GitHub, but supports
  git-annex.

* [[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.