mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:46:02 +02:00
git-ls-remote: fix more information link
This commit is contained in:
parent
bae2dd054f
commit
d4cf283161
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Commande Git pour répertorier les références dans un dépot distant en fonction du nom ou de l'URL.
|
> Commande Git pour répertorier les références dans un dépot distant en fonction du nom ou de l'URL.
|
||||||
> Si aucun nom ou URL n'est donné, alors la branche amont configurée sera utilisée, ou l'origine distante si la première n'est pas configurée.
|
> Si aucun nom ou URL n'est donné, alors la branche amont configurée sera utilisée, ou l'origine distante si la première n'est pas configurée.
|
||||||
> Plus d'informations: <https://git-scm.com/docs/git-ls-remote.html>.
|
> Plus d'informations: <https://git-scm.com/docs/git-ls-remote>.
|
||||||
|
|
||||||
- Afficher les références du dépot configuré par défaut :
|
- Afficher les références du dépot configuré par défaut :
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Elenca i riferimenti in un repository remoto dato un nome o un URL.
|
> 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.
|
> 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>.
|
> Maggiori informazioni: <https://git-scm.com/docs/git-ls-remote>.
|
||||||
|
|
||||||
- Mostra tutti i riferimenti nel repository remoto predefinito:
|
- Mostra tutti i riferimenti nel repository remoto predefinito:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Git command for listing references in a remote repository based on name or URL.
|
> Git command for listing references in a remote repository based on name or URL.
|
||||||
> If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
|
> If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
|
||||||
> More information: <https://git-scm.com/docs/git-ls-remote.html>.
|
> More information: <https://git-scm.com/docs/git-ls-remote>.
|
||||||
|
|
||||||
- Show all references in the default remote repository:
|
- Show all references in the default remote repository:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue