Login
Remember
Register
Ask a Question
How can you fix a broken commit in GIT?
0
votes
asked
Oct 15, 2019
in
Git
by
rajeshsharma
How can you fix a broken commit?
broken-commit
commit-broken
fix-a-broken-commit
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 15, 2019
by
Robin
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.
...