... | ... | @@ -2,14 +2,19 @@ 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)**
|
|
|
If you are looking for GitLab's docs? They are **[here.](https://git.cs.sun.ac.za/help/#gitlab-documentation)**
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
## Simple Git cheat-sheet
|
|
|
## Git quick reference
|
|
|
This is a quick reminder of the basic commands.
|
|
|
|
|
|
A more complete "cheat-sheet" can be found **[here](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)**. This is a very good summary, and you are encouraged to have it open or printed out for your reference. **[Here](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)** is another good guide.
|
|
|
|
|
|
### Setup
|
|
|
|
|
|
|
|
|
|
|
|
### Simple Git flow
|
|
|
All commands need to be executed within the directory of your git repo.
|
|
|
|
... | ... | |