table of contents
- unstable 1.1-2
| GIT-UBUNTU-SUBMIT(1) | Git-Ubuntu Manual | GIT-UBUNTU-SUBMIT(1) |
NAME¶
git-ubuntu-submit - Submit local changes as a Launchpad merge proposal
SYNOPSIS¶
git ubuntu submit [--target-branch <target_branch>] [--reviewer <reviewer>] [-d | --directory <directory>] [-f | --force] [--target-user <user>] [--branch <branch>] [--no-push] [-l | --lp-user <lp_user>]
DESCRIPTION¶
This command and git-ubuntu-review(1) are in some ways symmetrical. "submit" proposes local changes for external review and "review" reviews them. In many ways, this is meant to mirror the GitHub model for Pull Requests.
OPTIONS¶
--target-branch <target_branch>
--reviewer <reviewer>
-d <directory>, --directory <directory>
-f, --force
--target-user <user>
--branch <branch>
--no-push
-l <lp_user>, --lp-user <lp_user>
EXIT STATUS¶
git ubuntu submit exits with status 0 if the command completes successfully. git ubuntu submit exits with nonzero exit status on errors.
REPORTING BUGS¶
Report bugs at https://bugs.launchpad.net/git-ubuntu
SEE ALSO¶
git-ubuntu-review(1)
GIT-UBUNTU¶
Part of the git-ubuntu(1) suite
| 2017-07-19 | Git-Ubuntu 0.2 |