To set up Git, do the following:
-
To make sure Git is installed on your system, run:
sudo apt-get install git
-
To set up your personal information for Git to use, run:
git config --global user.name "John Doe"
git config --global user.email "john.doe@gmail.com"