Changes between Version 37 and Version 38 of CollaborateOnGithub


Ignore:
Timestamp:
Jul 9, 2010, 3:22:51 AM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v37 v38  
    3535===== Using recent `git` =====
    3636
    37 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.
     37However, if you either want to use the latest `git` version or use an older Ubuntu release, you can use [https://launchpad.net/~git-core/+archive/ppa the personal package archive] that provides  backports of the recent `git` version for all Ubuntu releases since Hardy.
    3838
    3939Installation instructions:
     
    4141 {{{
    4242deb http://ppa.launchpad.net/smartlounge/ubuntu UBUNTU_RELEASE_NAME main
     43 }}}
     44 1. import the PPA key:
     45 {{{
     46sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E1DF1F24
    4347 }}}
    4448 1. install `git`:
Back to Top