|
|
|
|
|
by hasenj
3219 days ago
|
|
This guy is espousing cargo cult version control. > This is how the Kernel team does it, so everyone should do it that way 99% of the time, your team has absolutely nothing in common with the Kernel team and it's foolish to adopt processes from other teams without knowing why. If anything, I would say the right way to use git in a small team is to always merge and never rebase. Whatever you decide to do, make sure to think about your problem first, then use the tools to solve your problem. |
|
That said it can be useful sometimes to push changes out of band straight to a colleague. I have used this a few times to great effect but don't often come across the need