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

  1. Checkout Develop branch
  2. Fetch and pull
  3. Create a new branch using
    • {name}/develop/***
  4. PR from your branch into develop