Narennarenrjblogs.hashnode.dev·Dec 3, 2023Git SquashIt is quite possible in your early days with Git that when you are working on a feature branch on your specific task/idea you do run into a situation where you have a bunch of commits which effectively can be a single commit. This might be because as...3 likesGitcommands
Lalithya Wickramasekarelalithyaw.hashnode.dev·Aug 23, 2023Git Squash: Squishy Commits for a Cleaner Code Pasture!Many commits can be made in a single branch. Git Squash is the technique we can use to combine all these commits as one which will lead to maintaining a clear commit history. Follow these simple steps: Let's create a repo on GitHub Clone the repo ...2 likes·36 readsGitHub