Naturally, there are a number of ways to install Git on Linux, Ubuntu 10.04 in my case.
1.
1
2
3
4
5
6
| $which git $sudo apt-get install git-core $which git /usr/bin/git $git --version git version 1.7.0.4 |
This is the easiest way, of course, but it brings us an outdated version of Git. Latest Git version is
"1.7.2.3"
, let’s download it from git-scm.com (kernel.org/pub/software/scm/git/) and install manually.
No comments:
Post a Comment