Git
Git
• Installing on Linux
• If you want to install the basic Git tools on Linux
via a binary installer, you can generally do so
through the package management tool that comes
with your distribution.
• $ sudo dnf install git-all
• $ sudo apt install git-all
• Git website, at
• https://git-scm.com/download/linux.
Creating a repository