The-Chorus / 2D-Table-Tennis

learning to code with pong
MIT License
1 stars 0 forks source link

add development/feature branches #3

Closed IbisLiven closed 2 years ago

IbisLiven commented 2 years ago

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.

IbisLiven commented 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.

IbisLiven commented 2 years ago

develop branch added. @The-Chorus chose to use git flow.