| Sv translation | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
jtel has moved its repositories to a new location. See further below for instructions on how to change the URL of a GIT repository. Repository Locations
Using the Command LineFetch all from the new repository and checkout the branch you require. This example uses stable-3.15.
Using Tortoise GITAlternatively, for Windows Repositories set the URL in Tortoise-GIT here: Then fetch and prune: Then pull. |
| Sv translation | ||||||
|---|---|---|---|---|---|---|
| ||||||
| ||||||
| Sv translation | ||||||
| ||||||
jtel a déplacé ses dépôts dans un nouveau lieu. Voir ci-dessous les instructions sur la manière de modifier l'URL d'un dépôt TIG. Emplacements des dépôts | ||||||
| Dépôt | Nouvelle localisation | Recommandation | ||||
| Déploiement du 8-Server | https://bitbucket.org/jtelgmbh/8-server-deploy.git | Définissez la nouvelle URL et continuez comme avant. | ||||
| JTEL | https://bitbucket.org/jtelgmbh/jtel.git | Définissez la nouvelle URL et continuez comme avant. | ||||
| JTELCarrierPortal | https://bitbucket.org/jtelgmbh/jtelcarrierportal.git | Il est possible de passer à la nouvelle URL, et de corriger le problème de fusion qui a échoué (voir ci-dessous). Toutefois, nous recommandons de cloner complètement cette URL dans un nouveau répertoire. Le clonage de la nouvelle URL permettra également de réduire considérablement la taille du dépôt. | ||||
| Translations Ignore |
| Code Block |
|---|
git remote set-url origin https://NEW_URL git fetch --all --prune git reset --hard origin/release/stable-3.15 |
Utilisation du Tortoise GIT
Alternativement, pour les Dépôts Windows, définissez l'URL dans Tortoise-GIT ici :
Alors faire « fetch » et « prune »:
Après faire « pull ».

