1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 23:24:55 +02:00
tldr/pages.fr/common/git-fsck.md

385 B

git fsck

Vérifier la validité et la connectivité des nœuds dans un réferentiel Git. N'applique ucune modification. Voir git gc pour nettoyer. Plus d'informations : https://git-scm.com/docs/git-fsck.

  • Verifier le registre courrant :

git fsck

  • Lister tout les tags trouvés :

git fsck --tags

  • Lister tout les noeuds racine trouvés :

git fsck --root