Changes between Version 18 and Version 19 of CollaborateOnGithub


Ignore:
Timestamp:
Oct 3, 2009, 6:51:44 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v18 v19  
    2222==== Ubuntu ====
    2323
    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.
     24If 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}}}
    2528
    26 Installation instructions: 
     29===== Using recent `git` ====
     30
     31However, 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
     33Installation instructions:
    2734 1. add the following line to `/etc/apt/sources.list.d/git.list` (substituting `UBUNTU_RELEASE_NAME` with the Ubuntu release you are using):
    2835 {{{
Back to Top