Is there a way I can update the commit message for the last commit I just made to a local branch?
Reason is: when I push, the remote has a policy that mandates every commit message start with a certain incantation, failing which it rejects the commit.
This is a rather large commit with hours of work and lots of changes. Just wondering if I can avoid having to do a --hard reset
and redo my changes?