Last chapter, we learned how to do the basic Git features in a graphical context. Now, let’s see some more Git commands that you won’t be using as much as the others, but are powerful and necessary for a better productivity. Those are very easy-to-learn commands that will be useful to you if you ever made a mistake using Git.
We’re going to see some common problems you will surely run into after a few times using Git. Then we’ll see the easiest way to solve them. This is a pretty easy chapter but we’re going to learn some powerful Git features.
Reverting
We’ve already seen how to revert ...