Step-by-Step guide to Squashing multiple commits into a single commit in GIT
When working on a coding project, there might be times where you end up making multiple commits for a single feature request. In order to keep the commits clean and tidy, developers often wish to squash all these commits into one single commit. Here ...
highcloud.hashnode.dev3 min read