1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
tldr/pages.fr/common/git-init.md
2020-11-10 08:17:06 -03:00

276 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