Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1003 Bytes

new-pull-request.md

File metadata and controls

26 lines (21 loc) · 1003 Bytes

New-pull-request command

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.

Usage

git town new-pull-request