Optimising commit History - squash in git for Beginners
What is squashing commits?
Squashing commits means combining the changes of multiple commits of a branch into a single commit with the same or different commit message and a different ID.
When to squash commits?
Commits can be squashed to make the co...
blog.rajaryan.work5 min read