14

how to evade committing small fixes

Comments
  • 2
    Not committing 🙆🏻‍♂️
  • 3
    Staging until you've aggregated enough changes?
  • 1
    Test your code before committing. Maybe also run some static code analysis (can also be added as commit hook). This will greatly reduce the amount of small fixes you need to do.
    Also this is what continuous integration was before a central server got introduced to it.
Add Comment