• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Git 2.7.2 Version Control System On Ubuntu

How To Install Git 2.7.2 Version Control System On Ubuntu

By Sourabh / February 27, 2016 Category: How To, Ubuntu

Install Git 2.7.2 on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10. Git 2.7.2 is an open-source version control system. The latest stable release of Git has been released with new features.

As all of we known that Git is the most popular revision control system developed by Linus Torvalds. Git 2.7.2 is the second maintenance release and features support for CRLF line terminations and a fix for “git worktree” command.

  • The low-level merge machinery has been taught to use CRLF line termination when inserting conflict markers to merged contents that are themselves CRLF line-terminated.
  • “git worktree” had a broken code that attempted to auto-fix possible inconsistency that results from end-users moving a worktree to different places without telling Git (the original repository needs to maintain backpointers to its worktrees, but “mv” run by end-users who are not familiar with that fact will obviously not adjust them), which actually made things worse when triggered.
  • “git push –force-with-lease” has been taught to report if the push needed to force (or fast-forwarded).
  • The emulated “yes” command used in our test scripts has been tweaked not to spend too much time generating unnecessary output that is not used, to help those who test on Windows where it would not stop until it fills the pipe buffer due to lack of SIGPIPE.
  • The vimdiff backend for “git mergetool” has been tweaked to arrange and number buffers in the order that would match the expectation of majority of people who read left to right, then top down and assign buffers 1 2 3 4 “mentally” to local base remote merge windows based on that order.
  • The documentation for “git clean” has been corrected; it mentioned that .git/modules/* are removed by giving two “-f”, which has never been the case.
  • Paths that have been told the index about with “add -N” are not quite yet in the index, but a few commands behaved as if they already are in a harmful way.
  • Also includes tiny documentation and test updates.

Install Git 2.7.2 on Ubuntu

Git 2.7.2, the latest versions of Git can be instaleld via a PPA. Run the following commands in Terminal to install Git 2.7.2 on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10:

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

If you no longer wish to use Git, run the following command to uninstall and remove Git:

$ sudo apt-get remove git

Tags: Git 2.7.2, Git 2.7.2 Linux, Git 2.7.2 Ubuntu, Git 2.7.2 Ubuntu PPA, Git 2.7.2 Version Control System, Install Git 2.7.2 Ubuntu, Install Git 2.7.2 Ubuntu 14.04, Install Git 2.7.2 Ubuntu 14.10, Install Git 2.7.2 Ubuntu 15.04, Install Git 2.7.2 Ubuntu 15.10, PPA Ubuntu Git 2.7.2, Ubuntu Git 2.7.2, Ubuntu PPA Git 2.7.2, Version Control System Git 2.7.2

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap