1.

What is syntax to fix a broken commit in GIT?

Answer»

What is SYNTAX to fix a broken commit in GIT?
To fix any broken commit we need to APPLY below command or syntax

git commit --amend

When we run above command we can fix the broken commit MESSAGE in the EDITOR.



Discussion

No Comment Found