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

From KDE TechBase
(Add section about existing projects)
m (Reverted edits by KennethMartinez (talk) to last revision by AnneW)
 
(31 intermediate revisions by 12 users not shown)
Line 1: Line 1:
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 [http://gitorious.org/about gitorious] (although this is *not* recommended yet!)
__NOINDEX__
 
{{warning|This page is obsolete. Proceed to [[Development/Git]]. }}
Amarok has their own [[Getting_Started/Sources/Amarok_Git_Tutorial|git tutorial]], which has a fair amount of overlap with these git pages (we're copying from them ;)
 
TODO:
*links to known projects
** Project Silk Repository http://www.gitorious.org/project-silk We've been working with gitorious as an experiment.
*readonly-use guide
*contributing:
**quick guide to gitorious website (copy content from amarok)
**link to [[Development/Tutorials/Git/Basics|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==
* [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.

Latest revision as of 15:50, 31 July 2012

Warning
This page is obsolete. Proceed to Development/Git.