To install GIT on Ubuntu what you have to do is following these steps:
- Type this command on your terminal:
sudo apt install git
2. Add your configuration:
git config --global user.email "your_email@example.com"
git config --global user.name "Your Name"