LINUX AHEAD:HOW TO INSTALL GIT!!!

Everone is aware of the Open-Source Operating System Linux.In today's post I will teach you to install git in your Linux machine. Installing git would allow you to download and upload repository from and to github. Installing Git will help one to clone repositories from GitHub . So lets install Git. Step 1. Open Terminal and type sudo apt-get install git This command will install git in your computer. How to clone repositories from GitHub. Open Terminal and type sudo git clone <git clone url> ( Eg . git clone https://github.com/LionSec/katoolin.git ) Read about the various open source licenses from here and become a better developer. ...