Right, on shared branch you might need to pull first if you’re out of date (and you would be if you’re all leaving the office at the same time), and that could cause a merge conflict.
It’s like I always said, bad branching strategies are a fire safety issue.
Merge conflict
Should’ve pulled first before starting your work.
Sometimes my work takes a while and other people push in the meantime. Guess I’m dying the fire.
Then you pull before committing.
Boom, merge conflict. The only thing left to me is force push and delete everyone’s changes.
Eh, it’s probably fine. Those chumps don’t do anything useful.
On a push? What are you merging there?
Ofc, you might be working directly on develop/master/shared branch, I know people that work in those environments (ew)
Right, on shared branch you might need to pull first if you’re out of date (and you would be if you’re all leaving the office at the same time), and that could cause a merge conflict.
It’s like I always said, bad branching strategies are a fire safety issue.