20
When should I commit on projects?
(pricefield.org)
A space for trans people who code
Matrix Space:
Rules:
I believe that best practices are to commit locally whenever you want (generally any time you don't want to lose what you've done so far) but then do an interactive rebase to make your commits more coherent and more encapsulated before you make a pull request to get them merged into the branch on origin