Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/testing
Testing github features...
https://github.com/huonw/testing
Last synced: about 1 month ago
JSON representation
Testing github features...
- Host: GitHub
- URL: https://github.com/huonw/testing
- Owner: huonw
- Created: 2012-12-08T15:31:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-08T16:34:28.000Z (almost 12 years ago)
- Last Synced: 2023-04-10T09:40:26.466Z (over 1 year ago)
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
testing
=======Testing github features...
- gh-pages as a submodule/subfolder so that one can autogenerate
documentation and/or edit the pages while writing code.Create the gh-pages branch as usual, then `git submodule -b gh-pages
{project-url} {directory}`. Now `{directory}` can have gh-pages
permanently checked out and editable (possibly require a `git config
push.default current` or something to stop the submodule trying to
overwrite `master` on each push.)The url should be one that you have commit access to, but this
obviously breaks other people trying to clone the repo, so there
probably has to be some sort of warning for this...Actually, it looks like it might be better just to `git clone` into a
subdirectory (which is put into `.gitignore`) to avoid having to keep
the parent up-to-date with the submodule via extra commits.