Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Git 2.3 has been released /.pagehead Featured All Posts New Features Engineering Enterprise Meetups New Hires Watercooler Subscribe February 6, 2015 mhagger Engineering The Git developers have just released a major new version of the Git command-line utility, Git 2.3.0. As usual, this release contains many improvements, performance enhancements, and bug fixes. Full details about what's included can be found in the Git 2.3.0 release notes , but here's a look at what we consider to be the coolest new features in this release. One way to deploy a Git-based web project is to keep a checked-out working copy on your server. When a new version is ready, you log into the server and run git pull to fetch and deploy the new changes. While this technique...