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