Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Fix configuration
git config user.name Your Name
git config user.email your@email.com

# Reset both author and committer
git commit --amend --reset-author