Skip to content

Instantly share code, notes, and snippets.

View Tinuki562's full-sized avatar
๐ŸŒŒ

Tinuki Tinuki562

๐ŸŒŒ
  • Walking through a forest
View GitHub Profile
@Tinuki562
Tinuki562 / git-commit-author-rewrite.md
Created October 28, 2022 17:25 — forked from trey/git-commit-author-rewrite.md
Change the email address for a git commit.

Change the email address for a git commit.

$ git commit --amend --author="Author Name <[email protected]>"

or

$ git commit --amend --reset-author