-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I have some proposed changes and questions. Please, give me your thoughts whenever possible.
PROPOSAL
- Update or delete branches that lead to subfolders in
contentwith updated subfolders fromdevelop.
I can see that having these branches is useful to do version control of files from an individual subfolder only - so that people don't have to clone a repo with all the book files, which can be merged into
develop, andreleaseto reflect changes on the book.
Q: How did you guys created these branches that point to subfolders only? using submodules or subtrees? @Shibabrat @rgmeseguer @vkrajnak
-
Delete
masteror update as a branch from the latest commit ofrelease. Then, link Netlify build for chemicalreactions.io site tomasterinstead ofrelease. -
Delete all
hotfixbranches and any other branch used to perform changes to input files.
These branches are just going to accumulate and they don't seem to be useful anymore, as the main input files are corrected in
developandrelease. Any thoughts not to delete these will be considered.
Best
@broncio123