Reverting back the changes in Git repository
- In last lab be created two commits inside repository
- In this lab we will revert back to an older commit
- To revert back to an older commit
git checkout <commit-id-1>
You can put any commit ID which you want to be reverted too