|
|
|
|
|
by angrais
1817 days ago
|
|
In that case, where you then recommended to only make one commit? Are there guidelines for the average/ideal commit length? Did this add to extra workload in creating "perfect" commits? Likewise, did this mean that pushing "WIP" commits to remote was rare? |
|
Wip commits we’re often and frequent for CI purposes but as with PRs you don’t want to waste too much review time on WIP unless your asking for some preliminary feedback on a complex change.
Ideal commit length was unchanged to any other commit length you might be expected to do on any other team with good commit hygiene.