mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 03:22:08 +02:00
8 lines
319 B
Markdown
8 lines
319 B
Markdown
# git update-index
|
|
|
|
> İndeksi manipüle etmeye yarayan bir Git komutu.
|
|
> Daha fazla bilgi için: <https://git-scm.com/docs/git-update-index>.
|
|
|
|
- Düzenlenmiş bir dosya değiştirilmemiş gibi davran (`git status` bunu değişmiş gibi göstermeyecek):
|
|
|
|
`git update-index --skip-worktree {{örnek/düzenlenen_dosya}}`
|