Programming Documentation

logo

Programming Documentation

Search
Light Mode
Contact Us

Contact us

No results for your search.
Sorry, an unexpected error occurred


There are times when we make some changes that would need to be reverted. Maybe we have scrapped the system or changes introduced some game-breaking bugs etc.


In order to revert a commit we need to follow:

  1. Open up History tab on GitHub Desktop
  2. Locate the change you want to revert and right click
  3. Select "Revert Changes in Commit"
  4. Repeat step 3 for each commit
  5. Optional: Squash revert commits to keep it tidy
  6. Push your changes to remote(GitHub)
  7. Create another pull request to merge the changes.
⚠️
To revert multiple commits revert them in reverse commit order