tldr/pages.tr/common/git-ls-files.md

17 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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`