how to combine 3 commits into a single one code example Example: squash commits in git git reset --soft HEAD~3 && git commit