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

17 lines
430 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 stripspace
> Gereksiz boşlukları sil.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-stripspace>.
- Gereksiz boşlukları dosyadan kırp:
`cat {{örnek/dosya}} | git stripspace`
- Gereksiz boşlukları ve Git yorumlarını dosyadan kırp:
`cat {{örnek/dosya}} | git stripspace --strip-comments`
- Bir dosyadaki tüm satırları Git yorumlarına çevir:
`git stripspace --comment-lines < {{örnek/dosya}}`