Squash commits

  • If the keyword squash is used, it will be combined with the nearest used commit above it.

  • Uses the first author in the commit series

Fixup

  • A variation of squash: combine change sets but discard the message.

Last updated