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

17 lines
351 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 init
> Yeni bir yerel Git deposu başlat.
> Daha fazla bilgi için: <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`