Basic Git & GitHub
Task 1 - Installing GIT in local
In Linux
Run sudo apt install git command in terminal
to check the git version - git --version
In Windows
From https://git-scm.com/download/win download the exe file and install.
to check the git version - git --versi...
keepingitsimple.com2 min read