in Git Slack Integration by
What is the command to amend an incorrect commit message ?

1 Answer

+1 vote
by
git commit –amend -m “correct message”
...