Difference between revisions of "GitLab server"

From mi-linux
Jump to navigationJump to search
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Main Page]] >> GitLab server
 
[[Main Page]] >> GitLab server
  
* [[Getting started with GitLab]]
+
== GitLab server ==
* [[Cloning and pulling from GitLab]]
+
 
* [[Solving conflicts on GitLab]]
+
The University provides every student with a Git Version Control system called GitLab:
* [[Working environments]]
+
 
 +
* [https://git-srv.wlv.ac.uk/gitlab https://git-srv.wlv.ac.uk/gitlab]
 +
 
 +
Please read through the following tutorials:
 +
# [[Getting started with GitLab]]
 +
# [[Cloning and pulling from GitLab]]
 +
# [[Solving conflicts on GitLab]]
 +
# [[Working environments]]
 +
# [[Working with GitLab Issues, Milestones and Labels]]
 +
 
 +
'''Important''': Please note that you should only use this server to store files related to University coursework. Personal or work-related files should not be stored on this server.
 +
 
 +
== Further reading ==
 +
 
 +
This tutorial only acts as an introduction, please refer to the following resources for more information and further reading:
 +
* [http://git-scm.com/doc Git documentation]
 +
* [http://doc.gitlab.com/ce/ GitLab documentation]

Latest revision as of 14:28, 28 January 2022

Main Page >> GitLab server

GitLab server

The University provides every student with a Git Version Control system called GitLab:

Please read through the following tutorials:

  1. Getting started with GitLab
  2. Cloning and pulling from GitLab
  3. Solving conflicts on GitLab
  4. Working environments
  5. Working with GitLab Issues, Milestones and Labels

Important: Please note that you should only use this server to store files related to University coursework. Personal or work-related files should not be stored on this server.

Further reading

This tutorial only acts as an introduction, please refer to the following resources for more information and further reading: