create-prototype-branches configuration setting

The "create-prototype-branches" setting determines whether Git Town creates new branches as prototype branches.

The best way to change this setting is via the setup assistant.

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.