Archive:Development/Tutorials/Git: Difference between revisions

From KDE TechBase
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 resurces:
=== 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]
*[http://cheat.errtheblog.com/s/git git cheat sheet]

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:

Further Reading

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