Description

git-pr close closes (i.e. withdraws) a pull request.

Usage

$ git pr close -h
usage: git-pr [options] [<ID>]
        -u, --username NAME  Username on host
        -r, --remote NAME    Name of remote, defaults to 'origin'
            --verbose        Turn on verbose output
            --debug          Turn on debugging output
            --version        Print the version of this tool
        -h, --help           Show this help text

Examples

Close pull request with id 756:

$ git pr close 756

Configuration

None.

Source

Please see GitPrClose.java.