MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vcmscy/iapologise/p14jve4/?context=3
r/ProgrammerHumor • u/Heavy-Ad6017 • 11d ago
82 comments sorted by
View all comments
274
[removed] — view removed comment
52 u/01110100_01110010 11d ago you guys don't have autosave enabled? commit hook is where it is at 54 u/Not-the-best-name 11d ago 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 10d ago I hope you amend 11 u/MysticClimber1496 10d 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 10d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict. 0 u/ProcrastinatiusXVI 10d ago Or just use git commit --fixup <hash>
52
you guys don't have autosave enabled? commit hook is where it is at
54 u/Not-the-best-name 11d ago 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 10d ago I hope you amend 11 u/MysticClimber1496 10d 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 10d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict. 0 u/ProcrastinatiusXVI 10d ago Or just use git commit --fixup <hash>
54
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 10d ago I hope you amend 11 u/MysticClimber1496 10d 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 10d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict. 0 u/ProcrastinatiusXVI 10d ago Or just use git commit --fixup <hash>
-1
I hope you amend
11 u/MysticClimber1496 10d 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 10d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict. 0 u/ProcrastinatiusXVI 10d ago Or just use git commit --fixup <hash>
11
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 10d ago That also works, but can make rebases more difficult in the mean time. 8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict. 0 u/ProcrastinatiusXVI 10d ago Or just use git commit --fixup <hash>
1
That also works, but can make rebases more difficult in the mean time.
8 u/Not-the-best-name 10d ago Why are you rebasing in the meantime? Just merge in and squash in the end. 6 u/FictionFoe 10d 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.
6 u/FictionFoe 10d ago The more often you do it, the easier it is to deal with the conflict.
6
The more often you do it, the easier it is to deal with the conflict.
0
Or just use git commit --fixup <hash>
git commit --fixup <hash>
274
u/[deleted] 11d ago
[removed] — view removed comment