Top "Squash" questions

Term used in version control systems that means combining several commits into one.

Git - squash entire branch - one line squash command

Whilst I am working on new code, I make many small commits to track my changes. My company, however, prefers …

git squash git-squash
How to use interactive rebase on the first (root) commit of a branch?

If I'm in the following situation, $ git log --oneline * abcdef commit #b * 123456 commit #a I know I can always run $ …

git rebase squash
Rewrite a merge commit into a squash merge commit

I made a merge of a long lived branch and it took me time to complete the merge because of …

git merge git-svn squash
squash more then two commits in sourcetree?

I have a large number of commits, about 20, that I've done since my last push to origin/master. I have …

git atlassian-sourcetree squash
Squash commits directly on feature without rebase or merge

I've been reading a little about --squashing commits, but they all seem to be go hand in hand with a …

git git-branch squash git-squash
Combine or rebase an arbitrarily large number of commits

Let's say my local git log shows: 739b36d3a314483a2d4a14268612cd955c6af9fb a ... c42fff47…

git git-rebase squash