Why does the Linux kernel repository have only one branch? [closed]
Mainline kernel First of all: don’t use that github link (it’s just a mirror). The actual repositories are located at kernel.org. You probably want to use Linus Torvalds’ tree, which is torvalds/linux.git. It’s called mainline kernel, which means this tree is the one where actual development of next kernel version is happening. Although it has … Read more