You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some proposed changes and questions. Please, give me your thoughts whenever possible.
PROPOSAL
Update or delete branches that lead to subfolders in content with updated subfolders from develop.
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, and release to 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 master or update as a branch from the latest commit of release. Then, link Netlify build for chemicalreactions.io site to master instead of release.
Delete all hotfix branches 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 develop and release. Any thoughts not to delete these will be considered.
Hi @stephenwiggins @Shibabrat
I have some proposed changes and questions. Please, give me your thoughts whenever possible.
PROPOSAL
content
with updated subfolders fromdevelop
.Delete
master
or update as a branch from the latest commit ofrelease
. Then, link Netlify build for chemicalreactions.io site tomaster
instead ofrelease
.Delete all
hotfix
branches and any other branch used to perform changes to input files.Best
@broncio123
The text was updated successfully, but these errors were encountered: