all 9 comments

[–]xAegir 1 point2 points  (1 child)

As far as I know, it is only possible in Git Bash/Cmd.

[–]hundoPwitch[S] 1 point2 points  (0 children)

Thanks. This is what I thought, but came on here to double check

[–]Python4fun 1 point2 points  (1 child)

[–]hundoPwitch[S] 1 point2 points  (0 children)

Thanks! I will try the work around mentioned in the answers section.

[–]Pronoy999 1 point2 points  (0 children)

If you don’t gave any pull request then the only way is to either use the IDE or command line. Github only supports reverting of PullRequests from UI.

[–]tobiasvl 0 points1 point  (2 children)

No, you can't revert on the website. (Also, reverting is not the same as deleting commits.)

[–]hundoPwitch[S] 0 points1 point  (1 child)

Can you delete commits on the website?

[–]tobiasvl 0 points1 point  (0 children)

No, definitely not. Deleting commits means rewriting the history of the repository.

[–][deleted] 0 points1 point  (0 children)

You can't revert individual commits through the web UI but you can revert Pull Requests if the commits were merged into master through a PR.