Git: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "[http://git-scm.com/ Git] est un gestionnaire collaboratif de versions de sources. Son architecture est distribuée. == ==Liens== * http://git-scm.com/ * [http://ktown.kde.or…")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://git-scm.com/ Git] est un gestionnaire collaboratif de versions de sources. Son architecture est distribuée.
[http://git-scm.com/ 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==
* [https://github.com GitHub] est un dépôt de projets open source ou privés (compte payant) gérés avec Git.


==Liens==
==Liens==
* 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

* 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