1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-25 11:04:12 +02:00
tldr/pages.fr/common/git-help.md
Nelson Figueroa 77116fe019
git-help: refresh pages (#17725)
* git-help: refresh pages

* updated --guide to --guides
2025-08-20 03:50:38 +03:00

490 B

git help

Afficher le manuel de Git. Plus d'informations : https://git-scm.com/docs/git-help.

  • Afficher le manuel d'une sous-commande :

git help {{subcommand}}

  • Même chose dans un navigateur :

git help {{[-w|--web]}} {{subcommand}}

  • Afficher la liste des sous-commandes disponibles :

git help {{[-a|--all]}}

  • Lister les manuels disponibles :

git help {{[-g|--guides]}}

  • Lister toutes les variables de configuration disponibles :

git help {{[-c|--config]}}