Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 443 Bytes

git-structure.rst

File metadata and controls

11 lines (8 loc) · 443 Bytes

Git Structure

All code in the project is in one repository. In order to use GitHub Pages, git subtree was used to put the master frontend/dist directory as the root of the gh-pages branch, as suggested in this post.

Thus in order to update the gh-pages example, one must perform this subtree merge each time, to get the current master.