Archive:Development/Tutorials/Git: Difference between revisions
mNo edit summary |
(links++) |
||
Line 13: | Line 13: | ||
*[[/Recipes|useful recipes]] | *[[/Recipes|useful recipes]] | ||
*[[/Intermediate|taking advantage of git's features]] | *[[/Intermediate|taking advantage of git's features]] | ||
=== Further Reading === | |||
If you want to learn more about git, see the following resources: | |||
*[http://cheat.errtheblog.com/s/git git cheat sheet] | |||
*[http://git.or.cz/course/svn.html git-svn crash course] | |||
*[http://tom.preston-werner.com/2009/05/19/the-git-parable.html The Git Parable] - Essential reading if you want to truly understand git. | |||
*[http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic] - a good intro to git (in several languages!) | |||
*[http://live.gnome.org/GitForGnomeDevelopers| git for gnome developers] | *[http://live.gnome.org/GitForGnomeDevelopers| git for gnome developers] | ||
*[http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html the official tutorial introduction to Git] | *[http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html the official tutorial introduction to Git] | ||
Revision as of 02:49, 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 :)
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
- using git-svn with kde
- Basic git commands
- accessing kde projects on git
- things to avoid / best practices
- useful recipes
- taking advantage of git's features
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