|
|
|
|
|
by hobbyist
4868 days ago
|
|
Once speaking to a freebsd developer, he explained the problems with git in freebsd workflow. His explanation was on the lines that if there are 100 developers working on different trees of freebsd and they want to commit their work, it causes a race, as if some one commits before you, you need to do a git pull, incorporate changes and then push, even when they are working on unrelated components. My response to this was yes, and that is why git allows you to create branches so cheaply, but he still was not convinced. |
|