Changes between Version 2 and Version 3 of CollaborateOnGithub
- Timestamp:
- Jan 17, 2009, 7:09:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v2 v3 3 3 This page gives guidelines for distributed Django development. 4 4 5 == 1. Install git == 5 == Prerequisites == 6 7 === 1. Install git === 6 8 7 9 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 10 9 === Ubuntu===11 ==== Ubuntu ==== 10 12 11 13 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. … … 27 29 }}} 28 30 29 == 2. Register an account on !GitHub==31 === 2. Register an account on !GitHub === 30 32 31 33 Go to https://github.com/signup/free and follow the instructions. 32 34 33 == 2. Fork the automatically updated copy of Django trunk on !GitHub==35 == Work process == 34 36 37 === Lieutenant === 38 39 === Contributor ===