I am new to managing repositories with bitbucket and am accessing it via sourcetree.
I have created a private bitbucket repository to provide a number of users a place to store and share code (primarily python/IDL). A number of members use Google Earth engine (via the online interface) and the goal is for their code to be available to others, alongside everyone else's code in the same repository.
Earth Engine provides a URL to clone your online code database and I have managed to do this, creating a new separate repository. I added it as a submodule to the group repository, but I cannot see this code on bitbucket. The submodule allows me to edit/push/pull the code with Sourcetree to Earth engine, but I would like this code (and changes) to be available on the group repository. I would like to streamline it so that any changes made in an individuals earth engine environment can be pulled into the group repository.
Is it possible to merge these repositories so they can all be managed from one place, even though one directs to bitbucket and one directs to google?