homA
homA copied to clipboard
Create separate repositories for interfaces?
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
FYI: I have created a new repository homA-android ...