Skip to content

Instantly share code, notes, and snippets.

@gobinathm
Created December 22, 2020 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gobinathm/aca7f8a5b6f743fbc23856674e9d302c to your computer and use it in GitHub Desktop.
Save gobinathm/aca7f8a5b6f743fbc23856674e9d302c to your computer and use it in GitHub Desktop.
Amend last git commit different author & change authored / commited date
GIT_COMMITTER_DATE="Sat May 16 13:31:51 2020 -0500" git commit --amend --no-edit --date "Sat May 16 13:31:51 2020 -0500" --author="Name <email@users.noreply.github.com>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment