Ubuntu Git Install 1.7.5 and WhyIf you use Git a lot, you probably want to run the latest version. Scroll down for some reasons why. The standard repository version for Ubuntu is 1.7.1, the current latest is 1.7.5 and there are some significant differences. How to Upgrade GitTo get 1.7.5 on Ubuntu without too much messing about you can do the following: 1. Set up this PPA:CODE:
2. Now run an aptitude update and upgrade gitCODE:
3. Now check your git versionCODE:
Full Script for the lazyCODE:
Why Upgrade Git?We have been having lots of merge hassles casued purely by white space changes. Apparently with 1.7.4 new recursive merge strategies came into play that should alleviate this pain and make merging a lot less hassle. Merge Ignore WhitespaceCODE:
Less hassle equals more productive and happier developers |
|