Documentation
Quelques ressources pour apprendre à utiliser Git:
- GitHub Pour les Nuls par Lauren Orsini, trad. Christophe Ducamp, 2013.
- Gérez vos codes source avec Git un cours sur OpenClassroooms, par Mathieu Nebra.
- Les bases de Git dans la documentation officielle de Git.
- git-guide par Roger Dudler (traduit par KokaKiwi)
- intro-git support réalisé par Pierre-Antoine Champin et Amélie Cordier
- Git Cheatsheet par Andrew Peterson
Tutoriels en français
- http://fr.gitready.com/ - collection de tutoriels par Nick Quaranto
- Gérez du code avec Git et GitHub, un cours sur OpenClassrooms
Tutoriels sur GitHub (en anglais)
- Tutoriel Hello World, un premier tutoriel pour débuter sur Github.com
- try.github.io sur Github.com - Index des ressources d’apprentissage
- lab.github.com/ - le GitHub Learning Lab propose de nombreux tutoriels de programmation.
Tutoriels de l’organisation Girl Develop It
- Intro to GitHub: No Terminal Required, par Girl Develop It (An introduction to finding, evaluating, and contributing to open source repositories using the GitHub web UI)
- Intro to Git and GitHub - the official Girl Develop It Core Intro to Git and GitHub course”
Articles en anglais
- Git from the Bottom Up, par John Wiegley
- GitHub for the Rest of Us (explication de Git par la science-fiction), par Morten Rand-Hendriksen: Vidéo de 10 minutes / Slides
- Think Like (a) Git, une explication par Sam Livingston-Gray, 2011.
- Get Started with Git, par Al Shaw, A List Apart #317, 2010.
- Git: The Safety Net for Your Projects, par Tobias Günther, A List Apart #402, 2014
- Understanding Git Conceptually, par Charles Duan.
- git concepts simplified, par Sitaram Chamarty, gitolite.com.
Réflexions sur la philosophie du versionnement
- Infinite Versioning, par David Reinfurt, 2014