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
-
And somewhere in the middle everything breaks, you have no idea why and end up with git reset HEAD...
-
-
My colleague does this. Bad commit messages and the commits are large.
My commits are small and often, maybe too often. I do chunk commits, cherry pick from all my changes what I want to commit. -
I did some work on the project my colleague has been working on for a few months. Only 79 commits.
I did some changes, added like 15 commits to it after 3 hours -
@ChainsawBaby Yeah, I'm trying to transition to smaller commits as well for easier cherry-picking.
-
@filthyranter you can do lots of changes , just use a git tool that allows to commit chunks of it, then commit small commits
-
@ChainsawBaby I meant, actually just smaller commits while coding, not smaller commits manually (that takes more time imo)
Related Rants
"should I commit this? nah let's just implement this huge feature first and commit that clusterfuck of changes with a commit message «changes»"
rant
git
commit
wk106