1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages.tr/common/git-update-index.md

319 B

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}}