Welcome to Entering the Development Zone!
In this microquest, you will practice a fundamental Git operation: switching branches.
Your objective is to switch your active context from the 'main' branch to the 'feature/add-score-limit' branch and run the command to confirm your current branch.
This is a crucial step in the feature branching workflow, allowing you to work on new features in isolation.