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.

 

Comment below and let me know if you have applied this or not or if you have any problem.Subscribe me for more awesome posts.




                         
           

Comments

Popular posts from this blog

ACTIVE RECONNAISSANCE:USING NMAP FOR INFORMATION GATHERING!!!

HOW TORRENTS WORKS-INTRODUCTION TO PEERS, SEEDS AND LEECHERS!!!

HOW TO HIDE FOLDERS IN ANDROID WITHOUT USING ANY APPLICATIONS!!!