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

13 lines
277 B
Markdown
Raw Normal View History

2020-11-10 11:17:06 +00:00
# git init
2021-01-07 14:06:38 +00:00
> Initialise un nouveau registre Git.
> Plus d'informations : <https://git-scm.com/docs/git-init>.
2020-11-10 11:17:06 +00:00
- Initialise un nouveau registre Git local :
2020-11-10 11:17:06 +00:00
`git init`
- Initialiser un référentiel barebones, adapté à une utilisation distante via ssh :
2020-11-10 11:17:06 +00:00
`git init --bare`