October 2017
Intermediate to advanced
568 pages
11h 8m
English
Let's test a practical case scenario for Dead Keys when using Git. If you open the Git project folder in either Windows Explorer or the Mac Finder, the contents will always reflect the latest commit on the active branch:

However, consider this, what if we made a mistake by creating the latest commit? What if we don't actually care about the latest commit (perhaps because it contains invalid files) and we want to undo it, restoring our work back to the previous commit? To achieve this, we can use the revert command. Simply right-click on the latest ...
Read now
Unlock full access