What’s the Bitbucket app for? Why would one need it?
You mentioned a future SaaS subscription. What exactly is the service? Will this be a code management app like Gitlab or Bitbucket?
Yes, definitely interesting. I will try the open source tool first and test.
Or perhaps I’m not understanding something yet. In order for x-modules to work, you need a running server somewhere to manage the git commands? This doesn’t happen automatically from my command line?
BTW, I develop in Ubuntu so I use the Linux tech stack.
The Bitbucket app is for those who use Bitbucket Data Center as their Git server. They can use Git X-Modules as an integral part of it, with the same graphic interface etc. It also has a few features specific for Bitbucket.
Git X-Modules as SaaS will be a service that synchronizes Git repositories, hosted on various cloud Git servers, such as GitHub, GitLab and Bitbucket Cloud. It doesn’t provide any other functionality except that. So, after you set up the synchronization at the service’s website, you won’t need to visit it again. Think of it as Zapier or ITTT for Git.
Git X-Modules CLI (command-line) is a server-side application, that has to be installed on the same server as the bare Git repository, to which you’re adding modules. Git X-Modules installs hooks to this repository. The external (module) repositories may be located elsewhere (but for testing purposes it’s easier to have them on the same server).