1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:02:07 +02:00
tldr/pages.fr/common/git.md
Julien Chaumont ea894c8517 git: fixed typo
Co-Authored-By: Marco Bonelli <mebeim@users.noreply.github.com>
2019-10-27 16:33:39 +00:00

20 lines
316 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}}`