introducing the basics of git Any Git project will consist of three sections: The Git directory, the working tree, and the staging area. the Git directory is where we have the whole history of all files and changes, and that is the most important feature of a Version Control System…