Last active
May 20, 2022 11:55
-
-
Save maxmarinich/e23a4c6b54a116eb4852d0f0e61961b2 to your computer and use it in GitHub Desktop.
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 merge-base HEAD BRANCH_YOU_BRANCHED_FROM (HEAD -> dev, master... ) | |
git reset --soft COMMIT_HASH | |
git commit -am 'This is the new re-created one commit' | |
git push -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment