## About Git ### Why use Git? Many times we will need to control the versions of our files, especially in large projects wher...
The first questions that keep coming up during the first months using Git probably look like these: How do I undo `git add`? How do I undo `git commit`? How do I undo xxx?