|
|
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.
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
## Simple Git cheat-sheet
|
|
|
|
|
|
### Setup
|
|
|
|
|
|
### Simple Git flow
|
|
|
|
|
|
Command | Effect | sample output
|
|
|
--- | --- | ---
|
|
|
`git pull` |
|
|
|
`git status` |
|
|
|
`git add` |
|
|
|
`git commit` |
|
|
|
`git push` |
|
|
|
|
|
|
|
|
|
## First time using GitLab
|
|
|
### SSH key Setup
|
|
|
|
|
|
### First project clone
|
|
|
|
|
|
### Understanding the `git` workflow
|
|
|
|
|
|
### Links and Videos |