7 | | On Ubuntu: |
8 | | 1. it makes sense to use the latest git (1.6), there is a personal package archive that provides backports to all Ubuntu releases since Hardy at https://launchpad.net/~smartlounge/+archive |
9 | | 1. add `deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main` to `/etc/apt/sources.list` |
10 | | 1. install git |
| 7 | If you want to learn more about `git`, see [http://git-scm.com/ the git webpage] or [http://git.or.cz/gitwiki/GitCheatSheet the git cheat sheet] for a quick overview. |
| 8 | |
| 9 | === Ubuntu === |
| 10 | |
| 11 | As of January 2009, the latest `git` release is 1.6.1. As there are many improvements compared with older releases (notably, a single executable), it is advisable to use this version instead of the ones provided in the Ubuntu release repositories. There is [https://launchpad.net/~smartlounge/+archive a personal package archive] that provides `git` 1.6.1 backports to all Ubuntu releases since Hardy. |
| 12 | |
| 13 | Installation instructions: |
| 14 | 1. add the following line to `/etc/apt/sources.list` (substituting `UBUNTU_RELEASE_NAME` with the Ubuntu release you are using): |