Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Get Git Up and Running
13%

Install Git in 30 Seconds

On Ubuntu, Git is available through the default package manager. Open your terminal and run:

sudo apt update && sudo apt install git -y

Once the installation is complete, verify it worked by checking the version:

Learn Git in a Day

Everything you need, nothing you don't

Enroll now to unlock all content and receive all future updates for free.