git town config push-new-branches [(true|false)]
The push-new-branches configuration command displays or updates the
push-new-branches configuration setting. If set to yes
, hack,
append, and prepend push newly created feature
branches to the origin
remote. Defaults to no
.
Arguments
By default, each Git repository has its own setting. The --global
flag
displays or sets the "push-new-branches" for all Git repos on your machine.