diff --git a/docs/gitlab.md b/docs/gitlab.md index e84d21fab45645830e7f24339beef475307daa23..34e52ea7b3a2c55341d05e56cdd1acf099ff053f 100644 --- a/docs/gitlab.md +++ b/docs/gitlab.md @@ -23,6 +23,11 @@ WIN provide a git service using the open source [GitLab software](https://about. GitLab is best used for the management of text-based documents with some pictures (not nifti brain images!). This mainly covers code and documentation. It is also useful for project management by logging issues and milestones, and tracking collaboration. +## GitLab Demystified! +This 30 min presentation introduces GitLab and version control. It explains key terminology, demonstrates basic interaction with a repository, and showcases the potential of GitLab Pages. After watching this presentation, GitLab might feel a *bit* less intimidating! + +<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/668637653?h=a710d4e187&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Introduction to version control with GitLab. Dr Cassandra Gould van Praag, WIN Reboot Camp, January 2022"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> + ### Benefits #### Version control  GitLab manages your version control. This means that each change you make to the remote repository is tracked and can be reversed. This is helpful for undoing changes (you can revert to earlier points in time) and tracking who has made changes on a collaborative project. diff --git a/docs/gitlab/gitlab-tutorials.md b/docs/gitlab/gitlab-tutorials.md index 2b4ec6e8dda9937f96e40041ed4aa62713d7e1e7..ece90e750c6e6b494863a768c23d928b1cf89729 100644 --- a/docs/gitlab/gitlab-tutorials.md +++ b/docs/gitlab/gitlab-tutorials.md @@ -18,6 +18,8 @@ Follow this series of tutorials to start working with GitLab ## How to use Follow the below tutorials (left in the navigation panel) to set up and use GitLab for hosting, communicating, collaborating on and managing your version controlled projects. +**NOTE: These tutorials contain gifs of the processes being demonstrated on GitHub rather than GitLab. These are being included as they are still a useful demonstration. Please stay tuned for a GitLab based update.** + ### 1. Tools for git and GitLab - [1.1 Using the command line](1-1-tools-command-line) - [1.2 Writing in markdown](1-2-tools-markdown)