Versions Compared

Key

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

...

Rename folder odysseusrepotemplate (here odysseustutorial, should be different in your case) and set new origin (your git repo)
Attentation: Do not change orgin of odysseus_dev! You will loose updates of dependencies.

Code Block
cd odysseustutorial 
git remote set-url origin 	https://USER@git.swl.informatik.uni-oldenburg.de/scm/ody/odysseustutorial.git 
git push -u origin --all 
git push origin --tags 

...