July 2018
Beginner
552 pages
13h 18m
English
If you only want to checkout the code from a specific commit, to bring it back instead of reverting it, you can checkout a commit. This will discard your uncommitted changes and restore the files from the checked out commit to your working tree as unstaged changes. This is usually done when you have committed something to a file a while back, and want to use the changes from another developer, instead.
The next code sample illustrates how to check out a specific commit to reapply ...
Read now
Unlock full access