Files
tldr/pages.tr/common/git-init.md

17 lines
345 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 init
> Yeni bir yerel Git deposu başlat.
> Daha fazla bilgi: <https://git-scm.com/docs/git-init>.
- Yeni bir yerel depo başlat:
`git init`
- Bir depoyu nesne verileri için SHA256 formatı ile başlat (Git versiyonu 2.29 veya üstü olmalıdır):
`git init --object-format={{sha256}}`
- Yalın bir depo başlat:
`git init --bare`