Skip to content

Instantly share code, notes, and snippets.

@jcdan3
Last active December 4, 2021 03:05
Show Gist options
  • Save jcdan3/9d76dcc611c137c4a59628b6c5a63943 to your computer and use it in GitHub Desktop.
Save jcdan3/9d76dcc611c137c4a59628b6c5a63943 to your computer and use it in GitHub Desktop.
git commit main.py --amend
# Notes: This will prompt you to edit the commit message. If you want to keep the same message, simply do:
git commit main.py --amend --no-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment