this post was submitted on 23 Nov 2023
255 points (96.0% liked)
Programmer Humor
32371 readers
513 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's your workflow that merging into other people's WIP is normal? I'm so confused
A merge from upstream once a day, at the beginning of the day.
I'm working on a DevOps setting, and even though we're a small team, we have about two to three changes going through the pipeline a day.
If you keep your fork too long without syncing, it just get more complicated to merge, and more importantly if you need help from the upstream change author they'll have moved on to another subject and the change won't be as fresh in their mind as if you had merged the day after they pushed it.