Skip to content

Conversation

@kickthemoon0817
Copy link

@kickthemoon0817 kickthemoon0817 commented Oct 2, 2025

This PR demonstrates the proper way to undo a malicious commit that added typos.

What was done:

  1. Identified the malicious commit e8539cb with message "Push Meee" that changed "Push Me" to "Push Meee"
  2. Used git revert to properly undo the malicious commit
  3. This creates a clean history showing the revert operation

Changes:

  • Reverted commit e8539cb that maliciously added typos
  • The button text is now correctly "Push Me" instead of "Push Meee"

Technical approach:

  • Used git revert HEAD to create a proper revert commit
  • This maintains git history while undoing the malicious changes
  • Force pushed to update the fork with the corrected history

This reverts commit e8539cb.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant