tldr/pages.fr/common/git.md

21 lines
321 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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}}`