Revert to the original App - gouravtiwari/huddle-skeleton GitHub Wiki

Document to revert huddle-skeleton back to its original version

  1. Go to github.com/repo name and go to the commit you want the app to revert back to, copy the commit id.

  2. Create a branch for you that would be needed in the future. => git branch To switch back to the master branch type: => git checkout master

  3. Go to the git bash console and type the command in the github repository=> git reset –hard (paste the commit id here).

  4. Now push these changes to github.com (warning:this will mean all the commits after this commit will be deleted and no longer be on the github version ). Type: => git push origin –f

  5. The repo is now back at the commit where you wanted it to be.

⚠️ **GitHub.com Fallback** ⚠️