Development/Tutorials/Git/GitQuickStart

From KDE TechBase
Revision as of 11:09, 15 May 2011 by Neundorf (talk | contribs) (Created page with ' === Getting the sources from git === * head over to https://projects.kde.org/projects . There you'll see a long list with all the projects hosted on KDE git. * find the project...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Getting the sources from git

  • head over to https://projects.kde.org/projects . There you'll see a long list with all the projects hosted on KDE git.
  • find the project you are interested in, and click the link, e.g. to Attica
  • on the Attica project page, go to the repository page. There you will find the clone command.
  • Execute this clone command and you'll get a copy of the sources: $ git clone git://anongit.kde.org/attica