|
|
Welcome to GitLab!
|
|
|
## Welcome to GitLab!
|
|
|
|
|
|
If this is your first time using `git` or simply using this GitLab server, please read through __[First time using GitLab](#first-time-using-gitlab)__ before anything else.
|
|
|
|
|
|
If you are looking for GitLab's docs? They are **[here.](https://git.cs.sun.ac.za/help/#gitlab-documentation)**
|
|
|
|
|
|
## Guide contents
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
## Git quick reference
|
... | ... | @@ -16,8 +18,6 @@ A more complete "cheat-sheet" can be found **[here](https://about.gitlab.com/ima |
|
|
|
|
|
|
|
|
### Simple Git flow
|
|
|
All commands need to be executed within the directory of your git repo.
|
|
|
|
|
|
Command | Effect
|
|
|
--- | ---
|
|
|
`git pull` | Fetch the latest code from the GitLab server and update your local copy.
|
... | ... | @@ -54,4 +54,6 @@ Next, we will need to add your SSH key so that you can `clone` a copy of the pro |
|
|
|
|
|
### Understanding the `git` workflow
|
|
|
|
|
|
All commands need to be executed within the directory of your git repo.
|
|
|
|
|
|
### Links and Videos |