Too Long; Didn't Read
In this read, you will work on git practically and will gain the basics of Git. Git is the most commonly used version control system. Git tracks all the changes you make to your files so that you have record of all changes that has been done. The commit is used to save your changes to local repository. Git commit command takes the snapshot recording the staged changes. We can add untracked files to staging are with the command `git add <filename>` or `git.