1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

git-bundle: fix typo in Italian translation (#4630)

This commit is contained in:
Plato 2020-10-12 23:08:10 +02:00 committed by GitHub
parent 978233510e
commit 9f3f131a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
> Colloca oggetti e riferimenti in un archivio.
> Maggiori informazioni: <https://git-scm.com/docs/git-bundle>.
- Crea un file bundle che contiene tutti gli oggeti e riferimenti di un dato ramo:
- Crea un file bundle che contiene tutti gli oggetti e riferimenti di un dato ramo:
`git bundle create {{percorso/al/file.bundle}} {{nome_ramo}}`