Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languagede

jtel has moved its repositories to a new location.hat seine Repositorien an einen neuen Standort verlegt.

Anweisungen zum Ändern der URL eines GIT-Repositorys finden Sie weiter untenSee further below for instructions on how to change the URL of a GIT repository.

Repository Locations

RepositoryNew Neue LocationRecommendationEmpfehlung
8Server deploy
https://bitbucket.org/jtelgmbh/8-server-deploy.git
Set the new URL and continue as beforeLegen Sie die neue URL fest und fahren Sie wie zuvor fort.
JTEL
https://bitbucket.org/jtelgmbh/jtel.git
Set the new URL and continue as beforeLegen Sie die neue URL fest und fahren Sie wie zuvor fort.
JTELCarrierPortal
https://bitbucket.org/jtelgmbh/jtelcarrierportal.git

It is possible to change to the new URL, and fix the failed merge problem (see below).

However, we recommend cloning this URL completely into a new directory.

Cloing the new URL will also decrease the repository size considerably.

Using the Command Line

Es ist möglich, zur neuen URL zu wechseln und das fehlgeschlagene Merge-Problem zu beheben (siehe unten).

Wir empfehlen jedoch, diese URL vollständig in ein neues Verzeichnis zu klonen.

Das Klonen der neuen URL wird auch die Größe des Repositorys erheblich verringern.

Verwendung der Befehlszeile

Holen Sie alles aus dem neuen Repository und checken Sie den gewünschten Zweig aus. In diesem Beispiel wird Fetch all from the new repository and checkout the branch you require. This example uses stable-3.15 verwendet.

Translations Ignore


Code Block
git remote set-url origin https://NEW_URL
git fetch --all --prune
git reset --hard origin/release/stable-3.15
Using



Verwendung von Tortoise GIT

Alternatively, for Alternativ können Sie für Windows Repositories set the die URL in Tortoise-GIT herehier einstellen:

Then fetch and pruneDann "fetch" und "prune":

Then Dann "pull".