0 votes
in Git by
How can you fix a broken commit?

1 Answer

0 votes
by
In order to fix any broken commit, use the command “git commit --amend”. When you run this command, you can fix the broken commit message in the editor.
...