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

Split repository into gh-pages, chrome extension and jquery plugin #18

Closed
julkue opened this issue Feb 9, 2016 · 4 comments
Closed
Assignees

Comments

@julkue
Copy link
Contributor

julkue commented Feb 9, 2016

To avoid confusion I think it would be the best to split this repository into three parts: gh-pages (for the documentation), chrome extension and jquery plugin.

@txusko
Copy link
Owner

txusko commented Feb 9, 2016

Sorry but I'm not an advanced user in github ... when you say "split this repository" you means to create 3 different repositories? or github has any tool to split a created repository into others? Do you have any example or reference page?

Anyway, here is the chrome-extension repository:
https://github.com/txusko/PostItAll-ChromeExtension

@julkue
Copy link
Contributor Author

julkue commented Feb 10, 2016

Thanks for letting me know that you already have a separate repository for the Chrome extension. That is good!

In Github it is common to create a branch called "gh-pages" and store the website about the project there. You can simply create this new branch, copy all files related to the website to it and only let the actual related plugin files in the master branch. This way you don't need to host the website for yourself, GitHub will take care of this. See this page for a documentation about gh-pages.

So you would have to create a gh-pages branch for the Chrome extension repository and for the jQuery plugin repository. Then your landingpage isn't needed anymore.

@txusko
Copy link
Owner

txusko commented Feb 10, 2016

I shall certainly be taking that into account in the next release.

Thank you so much Julian.
Javi Filella

@txusko txusko self-assigned this Feb 10, 2016
@txusko
Copy link
Owner

txusko commented May 18, 2016

Splitted repository in "gh-pages" for the website and "master" for the plugin.

Regards
Javi Filella

@txusko txusko closed this as completed May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants