Git
Un article de Wiki.
(Différences entre les versions)
Version du 2 janvier 2007 à 17:02 Guyou (Discuter | contribs) (→Git et CVS) ← Différence précédente |
Version actuelle Guyou (Discuter | contribs) (→Hébergement Git - Sourceforge) |
||
Ligne 8: | Ligne 8: | ||
* [http://www.adeal.eu/starting-with-git.php Starting with GIT] | * [http://www.adeal.eu/starting-with-git.php Starting with GIT] | ||
* [http://www.kernel.org/pub/software/scm/git/docs/tutorial.html A tutorial introduction to git] | * [http://www.kernel.org/pub/software/scm/git/docs/tutorial.html A tutorial introduction to git] | ||
+ | * [http://www.newartisans.com/blog_files/git.from.bottom.up.php Git from the bottom up] | ||
== Git et CVS == | == Git et CVS == | ||
Ligne 20: | Ligne 21: | ||
* [[Git-SVN]] | * [[Git-SVN]] | ||
+ | |||
+ | == Hébergement Git == | ||
+ | * [http://repo.or.cz/ Git public hosting] | ||
+ | * [http://github.com/ GitHub] | ||
+ | * [http://gitorious.org/ GITORIOUS] | ||
+ | * [http://projects.ceondo.com/p/indefero/ InDefero], un clone GoogleCode, mais avec Git. | ||
+ | * [http://www.redmine.org/ RedMine] | ||
+ | * [http://sourceforge.net/ SourceForge] |
Version actuelle
Git (ou plus exactement Cogito) est un outil de gestion de version décentralisé.
A l'origine, il a était développé pour permettre le travail collaboratif sur Linux. Il s'agissait alors de permettre plusieurs travaux parallèles sans en privilégier aucun.
Mais il peut aussi être utilisé comme gestion de version intermédiaire, par exemple lorsqu'on n'a pas accès en écriture au repository. Ainsi, les diverses modifications peuvent être faites et archivées en local, puis diffusé lorsque nécessaire.
Sommaire |
[modifier]
Tutoriels
[modifier]
Git et CVS
[modifier]
Git et SVN
[modifier]
Hébergement Git
- Git public hosting
- GitHub
- GITORIOUS
- InDefero, un clone GoogleCode, mais avec Git.
- RedMine
- SourceForge