How to install, verify, and configure git:
sudo apt install git git --version git config --global user.name "YourGitUserName" git config --global user.email "youremail@somewhere.com"
How to install, verify, and configure git:
sudo apt install git git --version git config --global user.name "YourGitUserName" git config --global user.email "youremail@somewhere.com"