Installing Git - KSU-CS-Software-Engineering/HSPC GitHub Wiki

Knowing how to use Git is essential for any good team-project.
Install git onto the Linux OS via terminal.

Use this command to install git on a Debian-based distribution:
sudo apt install git-all
OR
Use this command to install git on a RPM-based distribution:
sudo dnf install git-all