Read time: 1 minute

First of all, you need to check the commit id of the previous changed state. You can do it using command:

git log

or you can also modify to ease in finding id like:

git log --since=1.weeks

Now copy the commit id. Now execute this command:

git reset --hard commit-id