mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
280 B
280 B
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