- Loading...
git-pr approve
marks a pull request as reviewed.
Code Block |
---|
$ 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 |
Approve pull request with id 756:
Code Block |
---|
$ git pr approve 756 |
Approve pull request with id 756 and leave message "LGTM":
Code Block |
---|
$ git pr approve -m LGTM 756 |
None
See GitPrApprove.java.