What is the meaning of revert this commit and roll back this commit in GitHub for Windows?
Suppose you have a single file in your repo, and you have the following commits: commit 1 : the file contains A commit 2 : the file contains B commit 3 : the file contains C If you execute revert on commit 3, you’ll have this in the repo: commit 1 : the file contains … Read more