1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 18:35:26 +02:00
tldr/pages.fr/common/git-update-index.md
2020-11-10 08:17:06 -03:00

8 lines
298 B
Markdown

# 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 status` ne l'affichera pas comme modifié) :
`git update-index --skip-worktree {{chemin/vers/fichier_modifié}}`