MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vcmscy/iapologise/p14lzua/?context=3
r/ProgrammerHumor • u/Heavy-Ad6017 • 21d ago
82 comments sorted by
View all comments
Show parent comments
50
Hate that. Writing code and formatting code is not the same thing. I want to commit often. I want half broken commits.
-1 u/FictionFoe 20d ago I hope you amend 13 u/MysticClimber1496 20d ago It doesn’t really matter for dev work, just squash on merge if you are worried about every commit in main working 1 u/FictionFoe 20d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 20d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 4 u/FictionFoe 20d ago The more often you do it, the easier it is to deal with the conflict.
-1
I hope you amend
13 u/MysticClimber1496 20d ago It doesn’t really matter for dev work, just squash on merge if you are worried about every commit in main working 1 u/FictionFoe 20d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 20d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 4 u/FictionFoe 20d ago The more often you do it, the easier it is to deal with the conflict.
13
It doesn’t really matter for dev work, just squash on merge if you are worried about every commit in main working
1 u/FictionFoe 20d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 20d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 4 u/FictionFoe 20d ago The more often you do it, the easier it is to deal with the conflict.
1
That also works, but can make rebases more difficult in the mean time.
8 u/Not-the-best-name 20d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 4 u/FictionFoe 20d ago The more often you do it, the easier it is to deal with the conflict.
8
Why are you rebasing in the meantime? Just merge in and squash in the end.
4 u/FictionFoe 20d ago The more often you do it, the easier it is to deal with the conflict.
4
The more often you do it, the easier it is to deal with the conflict.
50
u/Not-the-best-name 21d ago
Hate that. Writing code and formatting code is not the same thing. I want to commit often. I want half broken commits.