Saturday, July 30, 2022

What is GIT & How Install GIT in Linux Operating System?

What is GIT?

GIT is a DevOps tool used as source code management (S.CM). It is a free and open source version control system (V.C.S) it is used to store all the application versions developed by Developer in Git-Hub &  we can also say  to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development. 


How Install GIT in Linux Operating System? 

  • 1st login to AWS Console Management & Lanuch Instnace here i am taking for demo purpose Amzn Linux -2.


  • Next Login to Amzn Linux Server as of now i am using Putty to login to server.

  • Next install git using sudo yum install git  -y

  • After That Check The version of GIT installed Properly or not by using git --version

No comments:

Post a Comment