I am developing an android application. While depending it crashed. Each step I made a commit to GitHub. So I want to get the commit of the last successful build of my project to the current project. How can I do that?
Asked
Active
Viewed 141 times
3
-
You want to revert to last commit? – Agney Mar 11 '18 at 18:03
-
@BoyWithSilverWings yes – Lasith Jayalath Mar 11 '18 at 18:04
-
Possible duplicate of [How to revert Git repository to a previous commit?](https://stackoverflow.com/questions/4114095/how-to-revert-git-repository-to-a-previous-commit) – Agney Mar 11 '18 at 18:09