Git is the source code management tool used by the Linux kernel developer community. Ubuntu has adopted this tool for our own Linux kernel source code so that we can interact better with the community and the other kernel developers. Installing GIT To use git you must have the git package installed on your system, which you can install like this: sudo apt install git Obtaining the kernel sources f