Changes between Version 2 and Version 3 of CollaborateOnGithub


Ignore:
Timestamp:
Jan 17, 2009, 7:09:28 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v2 v3  
    33This page gives guidelines for distributed Django development.
    44
    5 == 1. Install git ==
     5== Prerequisites ==
     6
     7=== 1. Install git ===
    68
    79If 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.
    810
    9 === Ubuntu ===
     11==== Ubuntu ====
    1012
    1113As 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.
     
    2729 }}}
    2830
    29 == 2. Register an account on !GitHub ==
     31=== 2. Register an account on !GitHub ===
    3032
    3133Go to https://github.com/signup/free and follow the instructions.
    3234
    33 == 2. Fork the automatically updated copy of Django trunk on !GitHub ==
     35== Work process ==
    3436
     37=== Lieutenant ===
     38
     39=== Contributor ===
Back to Top