Introduction to Git
Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.It is used for:- Tracking code changes,Tracking who made changes and Coding collaboration
Getting Started with Git
You can download Git for free from the following website: here. To start using Git, we are first going to open up our Command shell. For Windows, you can use Git bash, which comes included in Git for Windows. For Mac and Linux you can use the built-in terminal. The first thing we need to do, is to check if Git is properly installed: Run git --version If Git is installed, it should show something like git version X.Y