You can scan separate branches of a project by running the following commands in the CLI
git checkout <BRANCH_NAME>
snyk test
When monitoring a project, you may want to specify a custom project name to differentiate from other branches that you have monitored:
snyk monitor --project-name=<BRANCH-NAME>