Archive:Development/Tutorials/Git/KdeOnGit: Difference between revisions

From KDE TechBase
No edit summary
(Add section about existing projects)
Line 13: Line 13:
**how to do a merge request
**how to do a merge request
**when to push vs. merge-request (who knows the answer to this? depends on the project maintainer perhaps?)
**when to push vs. merge-request (who knows the answer to this? depends on the project maintainer perhaps?)
==Projects already on Gitorious==
* [http://gitorious.org/amarok Amarok] - KDE's favorite music player.
* [http://gitorious.org/phonon Phonon] - KDE platform's multimedia backend.
* [http://gitorious.org/konversation Konversation] - an IRC client for KDE.
* [http://gitorious.org/coldstorage ColdStorage] - a backup system designed for external storage.
See http://gitorious.org/+kde-developers for a more up-to-date list of kde-run projects if this list becomes outdated.

Revision as of 03:26, 16 December 2009

Currently, Amarok is testing out git to help with KDE's migration. There are also one or two kde-related projects that have started on gitorious (although this is *not* recommended yet!)

Amarok has their own git tutorial, which has a fair amount of overlap with these git pages (we're copying from them ;)

TODO:

  • links to known projects
  • readonly-use guide
  • contributing:
    • quick guide to gitorious website (copy content from amarok)
    • link to Basics for regular stuff
    • how to push changes
    • how to do a merge request
    • when to push vs. merge-request (who knows the answer to this? depends on the project maintainer perhaps?)

Projects already on Gitorious

  • Amarok - KDE's favorite music player.
  • Phonon - KDE platform's multimedia backend.
  • Konversation - an IRC client for KDE.
  • ColdStorage - a backup system designed for external storage.

See http://gitorious.org/+kde-developers for a more up-to-date list of kde-run projects if this list becomes outdated.