Git Branching Strategy - NaiduVeeraVishnuVardhan/SoftwareBugPredictor GitHub Wiki
We will be using a simple Git Flow based Git branching strategy, these will include having two main branches and feature branches that will then be merged back into develop on the feature being completed. Any releases will be done once merged back into the main branch.
Main Git Branches
- main
- develop
Feature Branch Naming Structure
feature/results_page
How to Create a feature branch
Creating a feature branch can be done by going to this page and following the prompts in the image below, make sure the branch you create is based on develop like in the image below.