tldr/pages.fr/common/git-update-index.md

9 lines
299 B
Markdown
Raw Normal View History

2020-11-10 11:17:06 +00:00
# git update-index
2021-01-07 14:06:38 +00:00
> Commande Git pour manipuler l'index.
> Plus d'informations : <https://git-scm.com/docs/git-update-index>.
2020-11-10 11:17:06 +00:00
- Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) :
2020-11-10 11:17:06 +00:00
`git update-index --skip-worktree {{chemin/vers/fichier_modifié}}`