You would need to open the main branch and merge your branch changes (from the version control menu). For more information you can check out this section of the documentation and this section.
Be aware that if both on your branch and the main line changes have been implemented, you might run into a merge conflict. If this is not just a playground app, I advise you to work together with someone who has done this before.
Thank you for your kind detailed reply.