Created
August 15, 2021 17:13
-
-
Save ErMandeep/8c703632a35cb8fe86efa6554202089e to your computer and use it in GitHub Desktop.
git revert command ( how to remove specific commit from github )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git revert <bad commit id> | |
eg => | |
git revert 6cb98ee5548e7c4203aa32d93f82aed4a46978aa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
example
git revert 6cb98ee5548e7c4203aa32d93f82aed4a46978aa