Closed IbisLiven closed 2 years ago
look into "branch strategies" for more information on different strategies for creating and managing branches. The three main ones are git flow, github flow, and gitlab flow.
develop
branch added. @The-Chorus chose to use git flow.
to keep the main branch clean it can be a good idea to add little changes and changes that might break the project somewhere other than the main branch, and then merge to the main branch when there has been a significant change built up and all the tests are passing.