Archive:Development/Tutorials/Git: Difference between revisions

From KDE TechBase
m (bump progress for pushing page)
(there's a reason for the order...)
Line 3: Line 3:
There are many resources available for learning about [http://git-scm.com/ 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.
There are many resources available for learning about [http://git-scm.com/ 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.
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 [[Getting_Started/Sources/Amarok_Git_Tutorial|git tutorial]], which has a fair amount of overlap with these git pages (we're copying from them ;)
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 ;)


===Gitting Started===
====Getting Started====
* Learn the [[/Basics|Basics of git]] (greeneg)
*[[/kde-qt|Using kde-qt]] (done)
* [[/KdeOnGit|Find the sources]] for a KDE Project (10% done)
*[[/git-svn|Using git-svn with kde's svn]] (needs cleanup)
* Read how to [[/Pushing|push code back to the KDE repositories]] (25% done)
*[[/KdeOnGit|Accessing KDE projects on gitorious]] (10% done)
* Learn how to [[/git-svn|use git-svn]] with kde's older svn-based projects. (needs cleanup)
*[[/Basics|Basic git commands]] (greeneg)
*[[/Pushing|Contributing to KDE projects on gitorious]] (25% done)


===More advanced git usage===
====Intermediate/Advanced====
Git has many features that older systems like SVN do not have. Some of the trickier things are detailed here.
*[[/BestPractices|things to avoid / best practices]] (10% done)
* [[/Intermediate|Taking advantage of git's features]] (20% done)
*[[/Intermediate|Taking advantage of git's features]] (20% done)
* [[/Recipes|useful recipes]]
*[[/Recipes|useful recipes]]
* [[/BestPractices|things to avoid / best practices]] (10% done)


===Miscellaneous Pages===
=== Further Reading ===
*[[/kde-qt|Using kde-qt]] (done)


===Further Reading===
If you want to learn more about git, see the following resources:
If you want to learn more about git, see the following resources:
*[http://cheat.errtheblog.com/s/git git cheat sheet] - quick reference
*[http://cheat.errtheblog.com/s/git git cheat sheet] - quick reference

Revision as of 17:06, 16 December 2009

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: