Skip to content

Commit 5e91460

Browse files
committed
pull-request command
1 parent 76160e2 commit 5e91460

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
153153
* [Get the repo name.](#get-the-repo-name)
154154
* [logs between date range](#logs-between-date-range)
155155
* [Exclude author from logs](#exclude-author-from-logs)
156+
* [Generates a summary of pending changes](#generates-a-summary-of-pending-changes)
156157

157158
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
158159
<!-- @doxie.inject end toc -->
@@ -1045,5 +1046,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*)
10451046
10461047
```
10471048
1049+
## Generates a summary of pending changes
1050+
```sh
1051+
git request-pull v1.0 https://git.ko.xz/project master:for-linus
1052+
```
1053+
10481054
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
10491055
<!-- @doxie.inject end -->

0 commit comments

Comments
 (0)