Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ git pr apply -h
  Usageusage: git -pr apply[options] [<ID>]
  Flags:
      -u, --username NAME  Username on host
        -r, --remote NAME    Name of remote, defaults to 'origin'
            --no-token       Do not use a personal access token (PAT)
            --verbose        Turn on verbose output
            --debug          Turn on debugging output
            --version        Print the version of this tool
        -h, --help           Show this help text

Examples

Code Block
$ git pr apply 786

Configuration

None

Source

Please see See GitPrApply.java.