mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 18:06:02 +02:00
git-switch: fix more information link
The old one led to an HTTP 500 because of the trailing /.
This commit is contained in:
parent
d4cf283161
commit
79b1257ea2
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Wechsle zwischen Branches. Verfügbar ab Git Version 2.23+.
|
> Wechsle zwischen Branches. Verfügbar ab Git Version 2.23+.
|
||||||
> Betrachte auch `git checkout`.
|
> Betrachte auch `git checkout`.
|
||||||
> Mehr Informationen: <https://git-scm.com/docs/git-switch/>.
|
> Mehr Informationen: <https://git-scm.com/docs/git-switch>.
|
||||||
|
|
||||||
- Wechsele zu einem existierenden Branch:
|
- Wechsele zu einem existierenden Branch:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Alterna entre ramas Git. Requiere una Git 2.23+.
|
> Alterna entre ramas Git. Requiere una Git 2.23+.
|
||||||
> Véase también `git-checkout`.
|
> Véase también `git-checkout`.
|
||||||
> Más información: <https://git-scm.com/docs/git-switch/>.
|
> Más información: <https://git-scm.com/docs/git-switch>.
|
||||||
|
|
||||||
- Cambia a una rama existente:
|
- Cambia a una rama existente:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Basculez entre les branches Git. Nécessite la version 2.23+ de Git.
|
> Basculez entre les branches Git. Nécessite la version 2.23+ de Git.
|
||||||
> Voir egalement `git checkout`.
|
> Voir egalement `git checkout`.
|
||||||
> Plus d'informations: <https://git-scm.com/docs/git-switch/>.
|
> Plus d'informations: <https://git-scm.com/docs/git-switch>.
|
||||||
|
|
||||||
- Baculer sur une branche existante :
|
- Baculer sur une branche existante :
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Passa ad altri rami. Richiede versioni di Git successive alla 2.23.
|
> Passa ad altri rami. Richiede versioni di Git successive alla 2.23.
|
||||||
> Vedi anche `git checkout`.
|
> Vedi anche `git checkout`.
|
||||||
> Maggiori informazioni: <https://git-scm.com/docs/git-switch/>.
|
> Maggiori informazioni: <https://git-scm.com/docs/git-switch>.
|
||||||
|
|
||||||
- Passa ad un altro ramo esistente:
|
- Passa ad un altro ramo esistente:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Switch between Git branches. Requires Git version 2.23+.
|
> Switch between Git branches. Requires Git version 2.23+.
|
||||||
> See also `git checkout`.
|
> See also `git checkout`.
|
||||||
> More information: <https://git-scm.com/docs/git-switch/>.
|
> More information: <https://git-scm.com/docs/git-switch>.
|
||||||
|
|
||||||
- Switch to an existing branch:
|
- Switch to an existing branch:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue