Archive:Development/Tutorials/Git: Difference between revisions

From KDE TechBase
No edit summary
Line 11: Line 11:
*[[/kde-qt|Using kde-qt]] (done)
*[[/kde-qt|Using kde-qt]] (done)
*[[/git-svn|Using git-svn with kde's svn]] (needs cleanup)
*[[/git-svn|Using git-svn with kde's svn]] (needs cleanup)
*[[/KdeOnGit|KDE projects on Gitorious.org: Access, setting one up]] (10% done)
*[[/KdeOnGit|Accessing or setting up a KDE project on Gitorious.org]] (25% done)
*[[/Basics|Basic git commands]] (greeneg)
*[[/Basics|Basic git commands]] (greeneg)
*[[/Pushing|Contributing to KDE projects on gitorious]] (85% done)
*[[/Pushing|Contributing to KDE projects on gitorious]] (85% done)

Revision as of 02:30, 3 March 2010

Although KDE is currently using SVN, we're working on moving to git. Also, a growing number of developers are using git-svn to contribute to KDE.

There are many resources available for learning about Git; the techbase pages below provide a kde-specific introduction, based on the most common tasks. After those links is a list of external documentation we've found useful.

Pages

Note: these pages are not complete. help would be appreciated. :) The idea is to provide information in more of a 'recipe' style than 'tutorial': first provide simple commands that people can use Right Now for straightforward tasks, then links to other pages or external git documentation for the tricky things.

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

Getting Started

Intermediate/Advanced

Further Reading

If you want to learn more about git, see the following resources: