Git is a version control system that tracks the history of changes. As you make changes to the project, any earlier version of the project can be recovered at any time. The staging area is like a rough draft space, it's where we can add a version of a file that we want to save in our next commit. We can see all our commits by

•8m read time•From dev.to
Post cover image
Table of contents
Table Of ContentsStep 1: Install gitStep 2: Configure gitStep 3: Create a new git repositoryStep 4: Making changesStep 5: Commiting changesUndo commitsGit BranchesMerging branchesDeleting a branchFurther reading...Summary
2 Comments

Sort: