installing git cmd code example
Example: install git
# On Windows 10
https://git-scm.com/download/win
# Installing on Linux
sudo dnf install git-all
# on a Debian-based distribution, such as Ubuntu, try apt:
sudo apt install git-all
# On Mac
https://git-scm.com/download/mac