Skip to main content

This version of GitHub Enterprise Server will be discontinued on 2026-08-25. Discontinued releases are not supported. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features in GitHub Enterprise Server, see Overview of the upgrade process. For help with the upgrade, GitHub Enterprise Support.

Undoing a commit in GitHub Desktop

You can undo a commit before you have pushed it to the remote branch.

About undoing a commit

If you made a mistake in your changes, you can undo a commit in GitHub Desktop. Undoing a commit restores the changes in the commit to your working directory and resets the branch to the previous commit, so you can make further changes before committing again.

You can undo multiple sequential commits up to a commit that has already been pushed to the remote repository by selecting a previous commit and using the "reset to commit" option. For more information, see Resetting to a commit in GitHub Desktop. To undo a pushed commit without disrupting commit history for other contributors, you can revert the commit. For more information, see Reverting a commit in GitHub Desktop.

If you want to edit your most recent commit message, or combine new changes with your most recent commit, you can amend a commit. For more information, see Amending a commit in GitHub Desktop.

Undoing a commit

  1. In the left sidebar, ensure you are on the Changes tab.

  2. At the bottom of the sidebar, click Undo.

    Screenshot of part of the "Changes" tab. Next to the commit message, a button, labeled "Undo", is highlighted with an orange outline.

Further reading