git init
git clone <url>
git add <file>
git commit -m "<message>"
git push
git pull
git fetch
git branch
git checkout <branch>
git merge <branch>
git tag <name>
git log
git diff
git status
.gitlab-ci.yml
config.toml
before_script
after_script
image
services
stages
variables
cache
artifacts
default
include
extends
workflow
types
script
dependencies
allow_failure
retry
parallel
parallel: matrix
timeout
when
rules
environment
needs
expire_in
when: on_failure
when: on_success
only
except
tags
--cache-from