Git: Difference between revisions

From air
Jump to navigation Jump to search
 
Line 22: Line 22:
* http://nvie.com/posts/a-successful-git-branching-model/
* http://nvie.com/posts/a-successful-git-branching-model/
* http://stackoverflow.com/questions/2621610/what-git-branching-models-actually-work-the-final-question
* http://stackoverflow.com/questions/2621610/what-git-branching-models-actually-work-the-final-question

* Le tutoriel le plus simple du monde sur Git http://rogerdudler.github.com/git-guide/
* Un livre de chevet (gratuit) http://git-scm.com/book

Latest revision as of 16:17, 18 March 2013

Git est un gestionnaire collaboratif de versions de sources. Son architecture est distribuée.

Principes

Outils

  • Windows
  • MacOS X
  • Linux
  • Intégration à Eclipse

Dépôts centralisés Git

  • GitHub est un dépôt de projets open source ou privés (compte payant) gérés avec Git.

Liens