Main Branches
- Master (Main)
- dev
- review
- staging
From master git checkout dev
feature branch naming convention git checkout -b feature/add-items-to-closet bug branch git checkout -b bug/add-items-to-closet maintence git checkout -b maintence/add-items-to-closet chore git checkout -b chore/add-items-to-closet config git checkout -b config/add-items-to-closet
git commit -m "added attributes to item model ✨ "
git commit -m "validation error fix 🐛"