mirror of https://github.com/CrimsonTome/tldr.git
21 lines
321 B
Markdown
21 lines
321 B
Markdown
# git
|
||
|
||
> Système de gestion de versions décentralisé.
|
||
> Plus d'informations : <https://git-scm.com/>.
|
||
|
||
- Obtenir la version de Git :
|
||
|
||
`git --version`
|
||
|
||
- Afficher l'aide générale :
|
||
|
||
`git --help`
|
||
|
||
- Afficher l'aide sur une commande Git :
|
||
|
||
`git help {{command}}`
|
||
|
||
- Exécuter une commande Git :
|
||
|
||
`git {{command}}`
|