Created
December 18, 2023 09:56
-
-
Save pydanny/f17c7b07231d483e27c41809657e3e79 to your computer and use it in GitHub Desktop.
Modifying a 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 rebase -i HASH | |
# Change code here | |
git commit --all --amend --no-edit -n | |
git rebase --continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment