Is there a way to reword a git commit message from command line? Something like
git commit --amend --message="New message"
Similar as we can change author name via git commit --amend --author="New Author Name <email@address.com>"
Is there a way to reword a git commit message from command line? Something like
git commit --amend --message="New message"
Similar as we can change author name via git commit --amend --author="New Author Name <email@address.com>"