Created
April 10, 2018 23:43
-
-
Save felipekm/74124d7fbc0623ff050718dad25eaf1e to your computer and use it in GitHub Desktop.
GIT - how to revert to specific commit
This file contains hidden or 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 --no-commit {SHA_COMMIT}..HEAD && git add --all && git commit -m "revert" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment