


However, if you just want the tldr version, here are the steps: You can read all about it in their excellent article on this topic. If you remember I mentioned there are a few helpful teams out there that package git for the rest of us CentOs 7 users? Well there is another team End Point Dev who seem to provide another way to do the same. When CentOs complains about perl related issues, always tread carefully since perl is a key part of yum. We couldn’t figure out what actually has changed, but one thing we learnt over the years, is this However, quite recently we spotted they migrated their version of git to 2.3.6, which is the latest release. What breaks with git 2.3.6 using Inline with Upstream Stable repo? Up until recently, we used to find git releases from the repo by Inline with Upstream Stable quite stable. There are a few helpul teams in the CentOs community, who usually package up neweer versions of git for use by the rest of us. So whats the rub, well if you want to now install a better or more updated version of git on CentOs, you gotta do it yourself. So by default all CentOs 7 servers install git version 1.8!! Yes, that is an ancient version about 10 years old (release date ). Here is the Git Project URL if you are interested to explore.For a while most of us in the CentOs 7 world have traded stability vs latest and greatest. Now your Ubuntu Operating System has latest git version. Now check the version by simply typing the command. You guys are smart, do not hesitate to press ENTER if ask for on Terminal when you run above command. Install Git On Ubuntuįor installing the git latest version in Ubuntu Operating System, run the following commands. When we use the given below methods, it not only gives the latest version but also helpful to update with new version which pull it from the repo which we are going to update in next step. There are the chances that it will offer the older version. So when we run apt command to install git from de-facto repos. Even we use the git with Jenkins also for DevOps work. The Old school people can understand, if we say “There was a SVN”. Git is the distributed version control system. So git in your machines should also be latest and stable version. Without git, the Devops work is almost unimaginable now a days.

As a DevOps Engineer, the usage of git is very high in our work. In this post, we are sharing a very quick and simple steps through which you can always install latest Git package in Ubuntu Operating System.
