DEV Community

Mayank
Mayank

Posted on

Answer: Installing Latest version of git in ubuntu

To install or update Git in the latest version of Ubuntu, simply type following command in terminal and hit enter (return).

sudo apt-get install git

For checking Git version.

git --version 

Top comments (0)