mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-init: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
This commit is contained in:
parent
53cae8a217
commit
36e37a07fd
1 changed files with 12 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue