Why is it advisable to create an additional commit rather than amending an existing commit?
Answer Posted / Avinash Kumar Gupta
It's advisable to create an additional commit rather than amending an existing commit when the changes are significant or unrelated to the original commit. Amending a commit can make the commit history harder to understand and can lead to confusion. Creating a new commit allows for clearer and more organized history.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers