Amend Git Commit Message in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you would like to amend a Git commit message.
image

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

⚠️ **GitHub.com Fallback** ⚠️