Commit Squashing

Noun · Hacker Culture

Definitions

  1. Combining multiple commits into one, often to simplify history before merging a pull request.

    In plain English: Merging several commits together into a cleaner single commit.

    Example: "They prefer commit squashing so each PR lands as one coherent change."

Related Terms