(add ground rules) |
|||
| Line 3: | Line 3: | ||
== Recommended reading == | == Recommended reading == | ||
| − | [http://tom.preston-werner.com/2009/05/19/the-git-parable.html The Git Parable:] ''Background information that will help you understand git and distributed revision control systems in general''<br> [http://git.or.cz/course/svn.html Git to SVN crash course] ''5 minute introduction to git for experienced SVN users'' | + | [http://tom.preston-werner.com/2009/05/19/the-git-parable.html The Git Parable:] ''Background information that will help you understand git and distributed revision control systems in general''<br> [http://git.or.cz/course/svn.html Git to SVN crash course] ''5 minute introduction to git for experienced SVN users'' |
| − | == gitorious.org | + | == Getting started == |
| + | |||
| + | - gitorious.org - | ||
| + | |||
| + | Create an account on [http://gitorious.org gitorious.org] the git hosting service used by Qt and many others. | ||
| + | |||
| + | - checkout - | ||
| + | |||
| + | git clone git://gitorious.org/amarok/amarok.git | ||
| − | |||
== Getting started for SVN experts == | == Getting started for SVN experts == | ||
Contents |
The Git Parable: Background information that will help you understand git and distributed revision control systems in general
Git to SVN crash course 5 minute introduction to git for experienced SVN users
- gitorious.org -
Create an account on gitorious.org the git hosting service used by Qt and many others.
- checkout -
git clone git://gitorious.org/amarok/amarok.git
- gitorious tarballs - svn snapshots
For members of the kde-developers group on gitorious only rule 1 is relevant. Outside contributers need to comply with 2 & 3 to be able to do a request pull.