prototype-branches

This setting stores the name of all prototype branches.

set prototype branches

To change which branches are prototype in your local repo, use the git town park command.

The Git Town configuration file doesn't define team-wide prototype branches because developers typically only park branches they own.

view configured prototype branches

To see which branches are configured as prototype in your local repo, use the git town config command.

To check how prototype branches are stored in Git metadata:

$ git config list | grep 'git-town.prototype-branches'
git-town.prototype-branches=branch-1 branch-2