Created
March 5, 2023 21:36
-
-
Save aandvalenzuela/2508fa52d9ba3701ac6abf10ee75dce3 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
| # Amend the last commit | |
| git commit --amend | |
| # This will open a text editor with the previous commit message | |
| # Modify the message if necessary | |
| # Save and exit the editor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment