create-prototype-branches configuration setting
This setting is deprecated. Please replace it with the new-branch-type setting.
The “create-prototype-branches” setting determines whether Git Town creates new branches as prototype branches.
config file
To configure the creation of prototype branches in the configuration file:
create-prototype-branches = true
Git metadata
To configure the creation of prototype branches manually in Git, run this command:
git config [--global] git-town.create-prototype-branches <true|false>
The optional --global
flag applies this setting to all Git repositories on
your machine. Without it, the setting applies only to the current repository.