Term used in version control systems that means combining several commits into one. Most often seen with git.
Questions tagged [squash]
286 questions
-2
votes
1 answer
How to Deal with Many Progress Commits
I like to commit often and for small, logical parts of code. If I'm working on a large feature (2+ weeks), there will be many commits such as:
Paged menu controller working
progress in XYZ (SAVING WORK AT END OF DAY so if laptop is lost, work is…

wawynon
- 9
- 1