git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
12
pages.fr/common/git-init.md
Normal file
12
pages.fr/common/git-init.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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`
|
Reference in New Issue
Block a user