@@ -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!
<divstyle="padding:56.25% 0 0 0;position:relative;"><iframesrc="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"allowfullscreenstyle="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.
@@ -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)