parked-branches

This setting stores the name of all parked branches.

set parked branches

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

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

view configured parked branches

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

To view how parked branches are stored in Git metadata:

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