Amend Git Commit Message in Terminal on Mac - DevPops-Inc/mac GitHub Wiki
• The following resolution is for if you would like to amend a Git commit message.
•

• Type git commit --amend -m “< amended message>” and press the return key to amend the commit message.
•
