|
|
|
|
|
by vpeters25
5003 days ago
|
|
"there's no way of enforcing these workflows or practices other than out-of-band social conventions" I think this is exactly what Linus intended when he designed Git. He explained in a Google talk the way he controls what is committed to the kernel is by just pulling from people he trusts. If you try to use git as a centralized version control system you lose control of what gets pushed regardless of how many rules and workflows you setup. Have devs send pull requests instead and don't accept/merge bad commits. |
|