logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-ubuntu-submit - Submit local changes as a Launchpad merge proposal

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.

Exit Status

gitubuntusubmit exits with status 0 if the command completes successfully.   gitubuntusubmit  exits
       with nonzero exit status on errors.

Git-Ubuntu

       Part of the git-ubuntu(1) suite

Git-Ubuntu 0.2                                     2017-07-19                               GIT-UBUNTU-SUBMIT(1)

Name

       git-ubuntu-submit - Submit local changes as a Launchpad merge proposal

Options

       --target-branch <target_branch>
           The branch in <user>'s repository to target.  If not specified, the nearest remote-tracking branch to
           <branch> is used.

       --reviewer <reviewer>
           The  reviewer  on  Launchpad  for the Merge Proposal, specified by the Launchpad user (or team) name.
           This option can be specified multiple times.  If not specified, the canonical-server team is used.

       -d <directory>, --directory <directory>
           The local directory to submit from.  If not specified, the current directory is used.

       -f, --force
           Overwrite any existing tags or branches, as necessary.

       --target-user <user>
           The Launchpad user (or team) name owning the repository  to  propose  the  local  changes  into.   By
           default this is the "git-ubuntu-import" Launchpad team, which owns the imported repositories.

       --branch <branch>
           What  local branch to submit for merging into <user>'s <target_branch>.  If not specified, the branch
           pointed to by HEAD is used.

       --no-push
           Do not push the <branch> before creating the Merge Proposal.

       -l <lp_user>, --lp-user <lp_user>
           The Launchpad user to authenticate as for pushing changes.

Reporting Bugs

       Report bugs at https://bugs.launchpad.net/git-ubuntu

See Also

git-ubuntu-review(1)

Synopsis

gitubuntusubmit   [--target-branch  <target_branch>]  [--reviewer  <reviewer>]  [-d  |  --directory
       <directory>] [-f | --force] [--target-user  <user>]  [--branch  <branch>]  [--no-push]  [-l  |  --lp-user
       <lp_user>]

See Also