Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Mixture of :
1. End of Day commits;
2. Feature completed;
3. Feature milestone achieved;
4. WHEN IM PARANOID STUFF WILL BREAK; -
Lots of tiny commits on a feature branch, then a rebase and grouping all my commits into one big feature merge commit.
-
Baguette4267y- Every time i finish a section or a function
- Before going to bed or moving somewhere -
Mostly like @jacoKotze said.
If I can't complete something by the end of the day, I push it in a separate dev branch.
Most of the issues are resolved by working in a issue-specific branch, so it doesn't really matter if you commit unfinished stuff until the mergerequest is accepted.
Related Rants
What's your git style? Commit many times as a sort of change tracker/backup regardless of feature completeness or functionality, or only when something is complete and passes tests?
question
git
style
commit
version control