How to Set up Git in 3 Steps
Download Git by running the following command on your terminal:
$ sudo apt-get install git
To confirm whether your download was successful, run:
$ git --version
Here's the output I got on my PC:
Set your username for every repository on your comp...
iano10x.hashnode.dev1 min read