Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create separate repositories for interfaces? #137

Open
simonvanderveldt opened this issue Apr 20, 2015 · 1 comment
Open

Create separate repositories for interfaces? #137

simonvanderveldt opened this issue Apr 20, 2015 · 1 comment

Comments

@simonvanderveldt
Copy link
Contributor

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants