Question - Why is it desirable to create an additional commit rather than amending an existing commit?
Answer -
There are couples of reason
- The correct activity will devastate the express that was recently saved in a commit. If only the commit message gets changed, that's not a problem. But if the contents are being modified, chances of excluding something important remains more.
- Abusing "git commit- amends" can cause a small commit to increase and acquire inappropriate changes.