GIT BRANCHES

The flow in one sentence per branch NOTE! You should do changes and develop code only on feature branches. Otherwise during a merge you will see errors with changes in the same files. The GITflow in a few sentences per branch main develop feature/* release/* bugfix/* hotfix/* Create and Switch branch check all branches and