mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
git-restore: fix more information link
The old one led to an HTTP 500 because of the trailing /.
This commit is contained in:
parent
79b1257ea2
commit
0263149af3
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Restura archivo del arbol de trabajo. Requiere la version 2.23 o superior de Git.
|
||||
> Véase también `git checkout`
|
||||
> Más información: <https://git-scm.com/docs/git-restore/>.
|
||||
> Más información: <https://git-scm.com/docs/git-restore>.
|
||||
|
||||
- Restaura un archivo eliminado del contenido del commit actual (HEAD):
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Restaurez les fichiers de l'arborescence de travail. Nécessite la version 2.23+ de Git.
|
||||
> Voir aussi `git checkout`.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-restore/>.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-restore>.
|
||||
|
||||
- Restaurer un fichier supprimé à partir du contenu du commit actuel (HEAD) :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Ripristina i file dell'albero di lavoro. Richiede versioni di Git successive alla 2.23.
|
||||
> Vedi anche `git checkout`.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-restore/>.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-restore>.
|
||||
|
||||
- Ripristina un file cancellato dal contenuto del commit corrente (HEAD):
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Restore working tree files. Requires Git version 2.23+.
|
||||
> See also `git checkout` and `git reset`.
|
||||
> More information: <https://git-scm.com/docs/git-restore/>.
|
||||
> More information: <https://git-scm.com/docs/git-restore>.
|
||||
|
||||
- Restore an unstaged file to the version of the current commit (HEAD):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue