Versions Compared

Key

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

...

2. Bitbucket users structure

The main element of Bitbucket structure is the OpenNCP Team, all users belong to this team and are assigned to one or more sub-groups, represented in the following diagram.

Please check the notes to see the roles of each group.

Gliffy
nameBitbucketDiagran

...

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
languagebash
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

...