tldr/pages.tr/common/git-rm.md

17 lines
342 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 rm
> Dosyaları dizin indeksinden ve yerel dosya sisteminden sil.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-rm>.
- Dosyayı dizin indeksinden ve dosya sisteminden sil:
`git rm {{dosya}}`
- Dizini sil:
`git rm -r {{dizin}}`
- Dizin indeksinden dosyayı sil lakin yerelde dosyaya dokunma:
`git rm --cached {{dosya}}`