Git version 2.29 is available under git official PPA. It is a free and open-source distributed version control system . Git 2.29 comes with a large number of updates versus the previous release. It is designed to handle small to very large projects with speed and efficiency. To know more about Git 2.29 read release notes.

Advertisement

This article will help you to install the recent version of Git core software on your Ubuntu 18.04 LTS, 16.04 LTS, 14.04 LTS using Apt-get

Git Installation on Ubuntu

Git Core PPA repository is maintain by team on launchpad. Execute the following commands one by one in a sequence to add PPA in our system and install the latest git version.

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Check Git Version

To check the current version installed of Git use the following command.

git --version

git version 2.29.0

Git Tutorial

We have started tutorials about working with Git. Click the below image to access the tutorials.

Git tutorial

Share.

4 Comments

  1. Hi, I am really new to Ubuntu and not very code literate. I have tried several ways of installing git on my Ubunto Studio OS, as I need it to run Stopmotion.

    I went through the first two stages on here perfectly fine, but running the “sudo apt-get install git” simply ends with unmet dependencies (java6-sdk, liberror-perl, and git-man x2), it suggests I correct with “apt-get -f install” which I do, and it encounters errors.

    Can you suggest a way to correct this and install git?

    Thanks, Kate

  2. goutam sachdeva on

    Thanks buddy.
    Was searching for this from few days but didn’t get usefull answer
    Thanks again once.


Exit mobile version