Git¶
The git manager
Requirements (git)¶
A shell, for this example, bash is used, replace with desired shell
~ $ command -v git
/usr/bin/git
~ $ /usr/bin/git --version
git version ...
If the output is empty, then you need to install git
Installation (git)¶
See the official documentation installing git
Configuration (git)¶
[github-version]