OpenChemistry / openchemistry

Supermodule containing submodules and external project to build all components
http://openchemistry.org/
BSD 3-Clause "New" or "Revised" License
80 stars 60 forks source link

Using Git X-Modules instead of Git submodules for smooth integration #83

Closed yannba closed 1 year ago

yannba commented 2 years ago

Hi guys,

We have just published a new GitHub app, Git X-Modules. It makes modules' management in Git much more clear and straightforward, than it is with Git submodules. It allows you to combine repositories together as regular directories and work with them, using standard Git commands - with all sync jobs running in the background.

In your project this tool will let users to clone or download your project completely with all modules as one repository.

Would you like to try it out? We would love to hear your feedback!

ghutchis commented 2 years ago

Looks interesting - for now we'll stick with submodules, but I wanted to comment so there's at least a response. We'll keep it in mind as we discuss.