Last updated March 18, 2012.
Welcome to the Git documentation! Git is the version control system Drupal.org developers use to share code with one another.
Within this section of the site, you will find information on Drupal.org's use of Git, how to download, install, and configure Git, and how to contribute your own code to Drupal.org.
Here's a list of quick links to get you started, depending on your needs.
| starting out | patch contributor | project maintainer | site builder |
|---|---|---|---|
Comments
Welcome to Git
being very new to Git myself, but having some experience with SVN; some useful links:
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
http://www.kernel.org/pub/software/scm/git/docs/everyday.html
http://b.lesseverything.com/2008/3/25/got-git-howto-git-and-github
http://help.github.com/mac-key-setup/
some useful links to convert from svn to git.
This is a very useful links for git beginner I hope it's will help some one.
http://git.or.cz/course/svn.html
http://progit.org/book/
Thanks,
Ma'moun.othman
http://vardot.com/
The Git Community Book & GitCheatSheet
The Git Community Book
English: http://book.git-scm.com/
Русский: http://svdev.ru/the-git-community-book/
GitCheatSheet
English: https://git.wiki.kernel.org/index.php/GitCheatSheet
Русский: http://ky6uk.ugatu.net/wp-content/uploads/2009/07/git-cheat-sheet-ru.svg
Page Title
Minor note, but this page title is a little misleading. Seeing "Git Documentation" in search results, it reads like this page contains official general-purpose documentation for Git itself. Perhaps something like "Drupal.org Git Documentation" or "Git for Drupal.org Documentation" would be clearer.
Some Good Resources
I found these good documentations and tutorials about GIT and using it. I hope it can help the other members to use Git and become more familiar with it.
Introduction To Git: http://learn.github.com/p/intro.html
This PDF familiarizes you with Git through a conceptual approach: http://ftp.newartisans.com/pub/git.from.bottom.up.pdf
It gives you enough information to get started. It also has a section on using GitHub: http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/
This tutorial geared towards web designers: http://www.webdesignerdepot.com/2009/03/intro-to-git-for-web-designers/
An online well written book on Git: http://www-cs-students.stanford.edu/~blynn/gitmagic/
Shamio