Files
tldr/pages.tr/common/git-ls-files.md
2022-10-31 06:52:35 -03:00

17 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git ls-files
> İndex ve mevcut ağaçtaki dosyalar hakkında bilgi göster.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-ls-files>.
- Silinen dosyaları göster:
`git ls-files --deleted`
- Düzenlenen ve silinen dosyaları göster:
`git ls-files --modified`
- Yoksayılmış ve izlenmeyen dosyaları göster:
`git ls-files --others`