binarybucks / homA

An extensible framework for the smart home
Eclipse Public License 1.0
137 stars 24 forks source link

Create separate repositories for interfaces? #137

Open simonvanderveldt opened 9 years ago

simonvanderveldt commented 9 years ago

Would it be an option to create separate repositories for each interface (Android and web)? IMHO that makes building them properly a lot cleaner (I know "building" the static web interface files isnt' really necessary, but I use a Docker image to serve the web interface :)).

I've already created an example https://github.com/simonvanderveldt/homA-web, basically by doing as described here https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-repository/

# Filter directory
git filter-branch --prune-empty --subdirectory-filter \interfaces\webinterface master
# Add new remote
git remote set-url origin https://github.com/binarybucks/homA-web/
# Push
hmueller01 commented 7 years ago

FYI: I have created a new repository homA-android ...