Git: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
* http://git-scm.com/
* http://git-scm.com/
* [http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png Aide mémoire]
* [http://ktown.kde.org/~zrusin/git/git-cheat-sheet-medium.png Aide mémoire]


* http://www.slideshare.net/dgageot/git-tours-jug-2010
* http://nvie.com/posts/a-successful-git-branching-model/
* http://stackoverflow.com/questions/2621610/what-git-branching-models-actually-work-the-final-question

Revision as of 16:24, 8 March 2011

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