Just a guidance in how we will be creating our branches.
- We would have one main branch i.e master
- For every feature that a team member is working on you create your branch from master and use the following naming conversion feature/...... e.g feature/movies_list_component
- Create a merge request for team members to review
- Code is merged into the master branch