Every issue receives its own branch.
Example:
git checkout main
git pull
git checkout -b feature/001-bootstrap-app
or
git checkout -b feature/006-first-atom
This isolates work.
It also creates a clean historical record.
Mini Exercise
Write branch names for three small issues in your own project.
Example
feature/001-bootstrap-appfeature/002-setup-storybookfeature/003-create-first-atom