Accidental Deletion
See what happens when you accidentally delete a file.
The four stages of Git repositories
Recall the four stages of data in Git repositories:
Visualizing the repository’s history
Run these commands in which you look at the repository, and then make a disastrous mistake.
1 git log
This shows you a default history of the repository. Page through it a few times by hitting space or down. You will see ...