• 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 / Git 2.11 Released; How To Install Git On Ubuntu Linux

Git 2.11 Released; How To Install Git On Ubuntu Linux

By Sourabh / December 24, 2016 Category: How To, Ubuntu

Git 2.11 Version Control System released. here’s how to install Git on Ubuntu 16.10 and Ubuntu 16.04 Systems. Git 2.11 Project Management Tool brings features and bugfixes from over 70 contributors.

Some of the most interesting new features are:

  • Git 2.11 now works on abbreviated SHA-1 names. It prints longer abbreviated SHA-1 names and has better tools for dealing with ambiguous short SHA-1s. Git 2.11 version ships with more performance optimizations tweaks. Git 2.11 is faster at accessing delta chains in its object database, which should improve the performance of many common operations.
  • Git 2.11 speeds up the computation of “patch IDs”, which are used heavily by git rebase. Patch IDs are a fingerprint of the changes made by a single commit. Patch ID computation now avoids both merge commits and renames, improving the runtime of the duplicate check by a factor of 50 in some cases.
  • Git 2.11 brings advanced filter processes. It includes a “filter” mechanism which can be used to convert file contents to and from a local filesystem representation. It also adds a second, slightly more complex protocol that can filter many files with a single process. This can reportedly improve checkout times with many Git LFS objects by as much as a factor of 80.
  • Git 2.11 has an improved diff algorithm to make the results easier to read. It covers more cases and does not have any regressions.
  • There’s now a credential helper in contrib/ that can use GNOME libsecret to store your Git passwords.
  • The git diff command now understands –submodule=diff (as well as setting the diff.submodule config to diff), which will show changes to submodules as an actual patch between the two submodule states.
  • The git status has a new machine-readable output format that is easier to parse and contains more information. Check it out if you’re interested in scripting around Git.
  • Work has continued on converting some of Git’s shell scripts to C programs. This can drastically improve performance on platforms where extra processes are expensive (like Windows), especially in programs that may invoke sub-programs in a loop.

Install GIT

Ubuntu users can install Git via PPA repository. Run the following commands in Terminal to install Git on Ubuntu:

sudo apt-get update
sudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Once installed, check GIT version using the following command.

git --version

More Info: https://github.com/blog/2288-git-2-11-has-been-released

Tags: Git 2.11, Git 2.11 Open Source Project Management Tool, Git 2.11 Project Management Tool, Git 2.11 Version Control System, Git Ubuntu Gui, Github Ubuntu Gui, How To Install Git on Ubuntu 16.10, Install Git on Ubuntu, Install Git on Ubuntu 14.04, Install Git On Ubuntu 14.10, Install Git on Ubuntu 15.04, Install Git On Ubuntu 15.10, Install Git on Ubuntu 16.04, Install Git on Ubuntu 16.10, Install Git Server Ubuntu, Install Git Ubuntu 17.04, Package 'Git' Has No Installation Candidate, Ubuntu 14.04 Install Git, Ubuntu 16 Install Git, Ubuntu 16.04 Install Git, Ubuntu 16.10 Install Git, Ubuntu 17.04 Install Git, Ubuntu Git Clone, Ubuntu Install Git, Unable To Locate Package Git, Using Git On Ubuntu

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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