git-init: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
This commit is contained in:
12
pages.it/common/git-init.md
Normal file
12
pages.it/common/git-init.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git init
|
||||
|
||||
> Inizializza un nuovo repository Git locale.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-init>.
|
||||
|
||||
- Inizializza un nuovo repository locale:
|
||||
|
||||
`git init`
|
||||
|
||||
- Inizializza un repository di soli dati, adatto per essere usato come server remoto accessibile via ssh:
|
||||
|
||||
`git init --bare`
|
Reference in New Issue
Block a user