Branching Convention - COS301-SE-2022/The-Au-Pair GitHub Wiki
The Au Pair Branching convention
- Never work directly on the main branch. Only small things like README and Wiki changes can happen on main
- Develop branch will be our main feature branch
- Develop will be pulled into Main once a week
Procedure for a new branch
- Checkout Develop branch
- Fetch and pull
- Create a new branch using
- {name}/develop/***
- PR from your branch into develop