Creates a new pull request
Syncs the current branch and opens a browser window to the new pull request page of your repository. The form is pre-populated for the current branch so that the pull request only shows the changes made against the immediate parent branch.
Supported only for repositories hosted on GitHub,
GitLab, and Bitbucket. When
using self-hosted versions this command needs to be configured with
git config git-town.code-hosting-driver <driver>
where driver is "github",
"gitlab", or "bitbucket". When using SSH identities, this command needs to be
configured with git config git-town.code-hosting-origin-hostname <hostname>
where hostname matches what is in your ssh config file.
git town new-pull-request