Most of the Linux kernel developer community uses theĀ Git tool for source code management. Even Ubuntu has integrated Git for its own Linux kernel source code, hence enabling the kernel developers to interact better with the community. You can install the Git package using the following command:
sudo apt-get install git