I know I can do this on the command line (git revert), but I need a solution completely on the web. Here is an example of what I am looking for.
I have a repo and it currently has 9 commits.
(https://github.com/Mr-Coxall/Web-12/commits/master)
I would like to revert back the repo to say the 4th commit.
I know I can see the code at that point in history.
(https://github.com/Mr-Coxall/Web-12/tree/aebfeadc4b3fb3a7b90c98b42d24f90a5200f5e5)
Only using the website, how can I make the repo revert back to that commit?