Merge branch 'patch-46' into 'master'

Link to the gitaly repository's Beginniner's Guide documentation

See merge request gitlab-org/gitlab-ce!25627
This commit is contained in:
Achilleas Pipinellis 2019-03-19 08:22:14 +00:00
commit a6653b3cda
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
[Gitaly](https://gitlab.com/gitlab-org/gitaly) is a high-level Git RPC service used by GitLab CE/EE,
Workhorse and GitLab-Shell.
## Beginner's guide
Start by reading the gitaly repository's
[Beginner's guide to Gitaly contributions](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/beginners_guide.md).
It describes how to setup gitaly, the various components of gitaly and what they do, and how to run its test suites.
## Developing new Git features
To read or write Git data, a request has to be made to Gitaly. This means that