Sublime Forum

How do I amend the author of a commit

#1

Is there a way to amend the author of a commit in SublimeMerge. I’m sure I’m missing something basic.

In the terminal the command would be git commit --amend --author=“Author Name email@address.com

0 Likes

#2

There is not a built-in command for this, but you can create one yourself: https://www.sublimemerge.com/docs/command_palette#user_entries

2 Likes