git*: add Italian translation (#4627)
* git-archive: add italian translation * git-bundle: add italian translation * git-cat-file: add italian translation * git-describe: add italian translation * git-ignore: add italian translation * git-instaweb: add italian translation * git-lfs: add italian translation * git-log: add italian translation * git-ls-remote: add italian translation * git-ls-tree: add italian translation
This commit is contained in:
25
pages.it/common/git-ls-remote.md
Normal file
25
pages.it/common/git-ls-remote.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# git ls-remote
|
||||
|
||||
> Elenca i riferimenti in un repository remoto dato un nome o un URL.
|
||||
> Qualora né nome né URL siano specificati, il ramo predefinito è upstream - se configurato - oppure origin.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-ls-remote.html>.
|
||||
|
||||
- Mostra tutti i riferimenti nel repository remoto predefinito:
|
||||
|
||||
`git ls-remote`
|
||||
|
||||
- Mostra solo i riferimenti HEAD nel repository remoto predefinito:
|
||||
|
||||
`git ls-remote --heads`
|
||||
|
||||
- Mostra solo i riferimenti a tag nel repository remoto predefinito:
|
||||
|
||||
`git ls-remote --tags`
|
||||
|
||||
- Mostra tutti i riferimenti da un repository remoto dato un nome o URL:
|
||||
|
||||
`git ls-remote {{url_repository}}`
|
||||
|
||||
- Filtra i riferimenti da un repository remoto rispetto a un dato criterio:
|
||||
|
||||
`git ls-remote {{nome_repository}} "{{criterio}}"`
|
Reference in New Issue
Block a user