tldr/pages.fr/common/git.md

21 lines
316 B
Markdown
Raw Normal View History

2019-10-18 15:01:46 +01:00
# git
> Système de gestion de versions décentralisé.
> Plus d'informations : <https://git-scm.com/>.
- Obtenir la version de Git :
2019-10-18 15:01:46 +01:00
`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}}`