6.1 Create a feature branch

Create a feature branch

Work on a dedicated branch, not main:

cd vprofile-app
git checkout -b feature-X

Open VS Code and make sure you are on feature-X.