mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
299 B
299 B
git update-index
Commande Git pour manipuler l'index. Plus d'informations : https://git-scm.com/docs/git-update-index.
- Prétendre qu'un fichier modifié est inchangé (
git statusne l'affichera pas comme modifié) :
git update-index --skip-worktree {{chemin/vers/fichier_modifié}}