git town config
git town config [-v | --verbose]git town config get-parent [<branch-name>] [-v | --verbose]git town config remove [-v | --verbose]git town config setup [-v | --verbose]
The config command displays and updates the local Git Town configuration.
Subcommands
Running without a subcommand shows the current Git Town configuration.
- The get-parent subcommand outputs the parent branch of the current or given branch.
- The remove subcommand removes all Git Town related configuration from the current Git repository.
- The setup subcommand launches Git Town’s setup assistant.
Options
-v
--verbose
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.