Loading...


Related Products


Date Published: March 11, 2022

Resources for Learning Git

Git is a distributed system for version control, as well as for source code maintenance. You can use Git to manage all of your code revisions for your Drupal websites.

Git is one of the most popular version control systems available. The following documentation, references, and tutorials are handy for understanding Git and the concept of a distributed version control system (DVCS).

Getting started

Additional References

  • Using Git on Drupal.org (Video)

    This is a screencast that explains how to set up a new user, create a development environment, and use Git to commit what you develop.

  • Official Git Tutorial

    A Git tutorial that explains how to import a new project into Git, make changes, and distribute those changes to others.

  • Git training site

    A reference site for finding and learning Git commands, provided by GitHub.

  • Pro Git

    A free, online version of the book Pro Git (Apre 2009), written by Scott Chacon.

  • Git Magic

    A free, online version of the book Git Magic (CreateSpace 2010), written by Ben Lynn.

  • Intro to Distributed Version Control (Illustrated)

    This site provides an illustrated explanation of a distributed version control system (DVCS).

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation