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.

Related questions

+1 vote
asked Oct 15, 2019 in Git by rajeshsharma
0 votes
asked Nov 14, 2019 in Continuous Integration by SakshiSharma
...