Archive:Development/Tutorials/Git: Difference between revisions
(bit cleaner) |
(→Pages: status) |
||
Line 7: | Line 7: | ||
===Pages=== | ===Pages=== | ||
*[[/kde-qt|Using kde-qt]] | *[[/kde-qt|Using kde-qt]] (done) | ||
*[[/git-svn|Using git-svn with kde]] | *[[/git-svn|Using git-svn with kde]] (needs cleanup) | ||
*[[/Basics|Basic git commands]] | *[[/Basics|Basic git commands]] (greeneg) | ||
*[[/KdeOnGit|Accessing KDE projects on gitorious]] | *[[/KdeOnGit|Accessing KDE projects on gitorious]] (10% done) | ||
*[[/BestPractices|things to avoid / best practices]] | *[[/BestPractices|things to avoid / best practices]] (10% done) | ||
*[[/Intermediate|Taking advantage of git's features]] | *[[/Intermediate|Taking advantage of git's features]] (20% done) | ||
*[[/Recipes|useful recipes]] | *[[/Recipes|useful recipes]] | ||
=== Further Reading === | === Further Reading === |
Revision as of 03:14, 2 November 2009
This page is under construction today. Sorry for the inconvenience, it should be cleaner in a few hours (99% of the old content is here and here). Want to help out? come to #sfsprint :)
The idea is to provide information in more of a 'recipe' style than 'tutorial': simple commands that people can use Right Now for straightforward tasks, and links to proper git documentation for the tricky things.
short intro here: kde is trying out Git, many kde devs use it, here's some information, what might you want to read first, blah blah...
Pages
- Using kde-qt (done)
- Using git-svn with kde (needs cleanup)
- Basic git commands (greeneg)
- Accessing KDE projects on gitorious (10% done)
- things to avoid / best practices (10% done)
- Taking advantage of git's features (20% done)
- useful recipes
Further Reading
If you want to learn more about git, see the following resources:
- git cheat sheet
- git-svn crash course
- The Git Parable - Essential reading if you want to truly understand git.
- Git Magic - a good intro to git (in several languages!)
- git for gnome developers
- the official tutorial introduction to Git