Versions Compared

Key

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

...

There are different ways to create new elements for Odysseus. The first way should be used , if you want to add something new to Odysseus (e.g. a new wrapper) but do not want to change the common base. This should be the prefered way of development for Odysseus:

...

Remark: Because, you are not allowed to push updates here, you should change your repository url URL to your git location and rename your folder to your new repository name.

Code Block
languagebash
git remote set-url origin <new url>

...