Skip to content

Instantly share code, notes, and snippets.

@tyrannasaurusbanks
Last active February 8, 2022 14:16
Show Gist options
  • Save tyrannasaurusbanks/17b9b76755b2945a5888a43808b3164a to your computer and use it in GitHub Desktop.
Save tyrannasaurusbanks/17b9b76755b2945a5888a43808b3164a to your computer and use it in GitHub Desktop.
Change git author/committer
# Update a previous commits author details
GIT_AUTHOR_EMAIL=email GIT_AUTHOR_NAME=username GIT_COMMITTER_EMAIL=email GIT_COMMITTER_NAME=username git commit --reset-author --amend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment