diff options
author | Luke Duncalfe <lduncalfe@gitlab.com> | 2019-02-28 03:34:22 +0000 |
---|---|---|
committer | Luke Duncalfe <lduncalfe@gitlab.com> | 2019-02-28 03:34:22 +0000 |
commit | db218d882998eba8c3d84b86ac9bf307347d3462 (patch) | |
tree | 3f09d86b04ef42a51984e5b3d954f32cb462c6c9 /doc/development | |
parent | cd3f888ff8d5412fc28eeb5c687c2a8a613c56e8 (diff) | |
download | gitlab-ce-db218d882998eba8c3d84b86ac9bf307347d3462.tar.gz |
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.
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/gitaly.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index d5fc403bf8b..bb203c3f4ba 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -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 |