Branch Management - bounswe/bounswe2022group4 GitHub Wiki
These rules are meant to make sure that team members have a well-organized Git workspace.
-
Backend, Frontend, and Mobile teams have their own main development branch named as heka-backend, heka-frontend, and heka-mobile respectively.
-
Team members may create subbranches when implementing functionalities. Branch names should clarify the functionality.
Ex: heka-frontend-login, heka-backend-swagger-ui.