Save to Non-Github git repository
Save to a git repository with specifying URI "git://~~~".
I want to save a mindmap to a non-Github git repository. Because Github private repository is not free. Git is not only Github.

alexxtasi – if gitlab has a sensible API that supports CORS, this shouldn’t be difficult to do. you should effectively reimplement https://github.com/mindmup/mindmup/blob/master/public/e/github.js
-
alexxtasi commented
what if someone has a dedicated gitlab server? (this is a git as far as I know) Is MindMup able to save a map there ? If no, is this easy to implement ?
Thanks -
if bitbucket has a http/s api with cors support, this should be pretty easy to do
-
Nat Pryce commented
Could mindmup save to BitBucket, which supports free private repo's?
-
Zac - we can save to private github repositories as well, so for privacy just use github and create a private repo.
-
Zac Gray commented
I have the same issue; I'm using MindMup for collaborating on a private project and would prefer to /not/ make our documentation public while still having git's version-control.