Relative Content

Tag Archive for git

How is the Linux repository administrated?

I am amazed by the Linux project and I would like to learn how they administrate the code, given the huge number of developers. I found the Linux repository on GitHub, but I do not understand how it is administrated. For example the following commit: https://github.com/torvalds/linux/commit/31fd84b95eb211d5db460a1dda85e004800a7b52

Gerrit code review, or Github’s fork and pull model?

I am starting a software project that will be team AND community developed. I was previously sold on gerrit, but now Github’s fork and pull request model seem to almost provide more tools, ways to visualize commits, and ease of use.