1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 21:15:26 +02:00
tldr/pages.fr/common/git-init.md
2021-01-08 13:09:54 +00:00

12 lines
276 B
Markdown

# git init
> Initialise un nouveau registre Git.
> Plus d'informations: <https://git-scm.com/docs/git-init>.
- Initialise un nouveau registre Git local :
`git init`
- Initialiser un référentiel barebones, adapté à une utilisation distante via ssh :
`git init --bare`