Git CLI¶
Overview¶
git is a
# usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
# [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
# [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
# [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
# [--super-prefix=<path>] [--config-env=<name>=<envvar>]
# <command> [<args>]
Concepts¶
The git working with working areas, as described like beflow, from GitLab [^1]
Reference¶
- Introduction about
gitfrom GitLab. From URL
