Git
Un article de Haypo.
(Différences entre les versions)
| Version du 4 janvier 2010 à 14:32 (modifier) Haypo (Discuter | Contributions) (Nouvelle page : Catégorie:Programmation Catégorie:Logiciel libre {{Retour|Programmation|Retour aux articles de programmation}} [http://git-scm.com/ git] == Documentation == * [http://bo...) ← Différence précédente |
Version du 4 janvier 2010 à 14:33 (modifier) (défaire) Haypo (Discuter | Contributions) Différence suivante → |
||
| Ligne 3 : | Ligne 3 : | ||
| [http://git-scm.com/ git] | [http://git-scm.com/ git] | ||
| + | |||
| + | == Numéro de commit == | ||
| + | |||
| + | * HEAD | ||
| + | * n^ = n+1 | ||
| + | * tag | ||
| + | |||
| + | Intervalle : | ||
| + | * n..p | ||
| + | * n.. | ||
| == Documentation == | == Documentation == | ||
| * [http://book.git-scm.com/ Git Community Book] | * [http://book.git-scm.com/ Git Community Book] | ||
Version du 4 janvier 2010 à 14:33
Catégorie:Programmation Catégorie:Logiciel libre
Retour aux articles de programmation
Numéro de commit
- HEAD
- n^ = n+1
- tag
Intervalle :
- n..p
- n..

