diff options
author | Douwe Maan <douwe@gitlab.com> | 2019-06-18 11:11:58 +0000 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2019-06-18 17:35:29 +0200 |
commit | 9b3295d34145799abcb659841438a11efb4daafc (patch) | |
tree | 53758ca66a07ea319edb42ed36e2c685fa003384 /doc/development/lfs.md | |
parent | 3d4f8c7035e88def3e1f78cd880f4b591de9341e (diff) | |
download | gitlab-ce-9b3295d34145799abcb659841438a11efb4daafc.tar.gz |
Add Create Deep Dives to development docsdm-add-deep-dives-to-docs-ce
See https://gitlab.com/gitlab-org/create-stage/issues/1 for more context
Diffstat (limited to 'doc/development/lfs.md')
-rw-r--r-- | doc/development/lfs.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/development/lfs.md b/doc/development/lfs.md new file mode 100644 index 00000000000..8c3408eb6e2 --- /dev/null +++ b/doc/development/lfs.md @@ -0,0 +1,11 @@ +# Git LFS + +## Deep Dive + +In April 2019, Francisco Javier López hosted a [Deep Dive] on GitLab's [Git LFS] implementation to share his domain specific knowledge with anyone who may work in this part of the code base in the future. You can find the [recording on YouTube], and the slides on [Google Slides] and in [PDF]. Everything covered in this deep dive was accurate as of GitLab 11.10, and while specific details may have changed since then, it should still serve as a good introduction. + +[Deep Dive]: https://gitlab.com/gitlab-org/create-stage/issues/1 +[Git LFS]: ../workflow/lfs/manage_large_binaries_with_git_lfs.html +[recording on YouTube]: https://www.youtube.com/watch?v=Yyxwcksr0Qc +[Google Slides]: https://docs.google.com/presentation/d/1E-aw6-z0rYd0346YhIWE7E9A65zISL9iIMAOq2zaw9E/edit +[PDF]: https://gitlab.com/gitlab-org/create-stage/uploads/07a89257a140db067bdfb484aecd35e1/Git_LFS_Deep_Dive__Create_.pdf
\ No newline at end of file |