Versions Compared

Key

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

...

Widget Connector
urlhttps://www.youtube.com/watch?v=ch2OyGNJpPg

6. I already have the old repositories cloned in my computer, how do I migrate?

The best option would be to clone everything again, but you can always change the repository origin to Bitbucket.

To do that, you can issue the following command on every project:

Code Block
git remote set-url origin git://bitbucket.org:openncp/<project_name>.git

(This command may need to be adjusted, according to your scenario)

7. Additional useful information pages

...