You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

git-pr approve marks a pull request as reviewed.

Usage

$ git pr approve -h
usage: git-pr [options] [<ID>]
        -u, --username NAME  Username on host
        -r, --remote NAME    Name of remote, defaults to 'origin'
        -m, --message TEXT   Message to author as part of approval (e.g. "Looks good!")
            --verbose        Turn on verbose output
            --debug          Turn on debugging output
            --version        Print the version of this tool
        -h, --help           Show this help text

Examples

$ git pr approve 756

Configuration

None

Source

Please see GitPrApprove.java.

  • No labels