mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
321 B
321 B
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}}