Skip to content

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]

diagram-git-working-areas-by-gitlab

Reference

  • Introduction about git from GitLab. From URL

https://rogerdudler.github.io/git-guide/

https://topdev.vn/blog/git-la-gi/