index all rss twitter github linkedin email
Álvaro Ramírez

Álvaro Ramírez

16 December 2017 Magit amend commit author

Rarely use it, but handy. Use Magit to amend git commit author.

  • Rebase interactively (r, i).
  • Move point to commit to ammend.
  • Execute command (x).
git commit --amend --author="name <email>"
  • Commit (c, c).

amending.gif