Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-04-02 02:11:24 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-02 02:11:24 +0300
commitd3ec8a55b2ecc1a1614b86ef912117aee96be9ce (patch)
tree43a7f3d130ac52e306c46d565bd35f43a79ea758
parentf4687c035214a673013f62575c458b3d33373cec (diff)
parentad568708ecc92ad56fee528c84500f9e7905d0f4 (diff)
Merge branch 'doc-training-6' into 'master'
Add link to training session 6 See merge request gitlab-org/gitaly!1170
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c6b64b33..dd4d9b8a0 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,17 @@ GITLAB_TRACING=opentracing://jaeger ./gitaly config.toml
```
## Presentations
+
+- [How Gitaly fits into GitLab, part 6 (video),
+ 2019-03-21](https://drive.google.com/file/d/1fp5pYvW1h0R_g6cRp0otywtaApNeK-U1/view?usp=sharing)
+ a 1-hour training video for contributors new to GitLab and Gitaly.
+ Topic: how Gitaly creates Git commits on behalf of Git users.
+ Contents: demonstrate how usually Git hooks are run by
+ `git-receive-pack`, but sometimes by `gitaly-ruby`. Deep dive into
+ UserCommitFiles: where do those hooks actually get run? A look at
+ UserMerge. How does Gitaly make merge commits. A look at the
+ implementation of the special feature where users are not allowed
+ push to a branch, but are allowed to merge into it.
- [How Gitaly fits into GitLab, part 5 (video),
2019-03-21](https://drive.google.com/file/d/1g-oUW0Lyw9sl0CWX6ewpmthl5h4h7zaG/view?usp=sharing)
a 1-hour training video for contributors new to GitLab and Gitaly.