Versions Compared

Key

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

...

Rename folder (e.g. odysseustutorial) and set new origin (new your git repo)

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 

...