Changes between Version 18 and Version 19 of CollaborateOnGithub
- Timestamp:
- Oct 3, 2009, 6:51:44 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v18 v19 22 22 ==== Ubuntu ==== 23 23 24 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. 24 If using a recent Ubuntu relase (9.04, 9.10 or later), you can install `git` from the main repository: 25 {{{ 26 $ apt-get install git-core 27 }}} 25 28 26 Installation instructions: 29 ===== Using recent `git` ==== 30 31 However, if you either want to use the latest `git` version or use an older Ubuntu release, you can use [https://launchpad.net/~smartlounge/+archive the personal package archive] that provides backports of the recent `git` version for all Ubuntu releases since Hardy. 32 33 Installation instructions: 27 34 1. add the following line to `/etc/apt/sources.list.d/git.list` (substituting `UBUNTU_RELEASE_NAME` with the Ubuntu release you are using): 28 35 {{{