hi,
In this video, I have discussed how to install git on a Linux machine and how to configure git. Git is a DevOps tool used for source code management. It is a free and open-source version control system it is used to track changes in the source code, enabling multiple developers to work together on non-linear development. In git, a normal project directory is initialized to a version control system post initializing we need to configure global parameters and then we can start creating files, track them, and commit the changes as per the requirement.
#git #devops #cloudcomputing