Add a link to the gitaly repo's guide
The gitaly repository's Beginner's Guide documentation is an excellent source of information that should be read first.
This commit is contained in:
parent
cd3f888ff8
commit
db218d8829
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
Starting with GitLab 10.8, all new Git features should be developed in
|
||||
|
|
Loading…
Reference in a new issue