DEV Community

Dalitso Kasonde
Dalitso Kasonde

Posted on

Install git on ubuntu server

Update all repositories on the system.

sudo apt-get update

Write the following command to install git

sudo apt-get install git

Top comments (0)