diff --git a/README.md b/README.md index 3f2e3f0..c762252 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`. * [Get the repo name.](#get-the-repo-name) * [logs between date range](#logs-between-date-range) * [Exclude author from logs](#exclude-author-from-logs) +* [Generates a summary of pending changes](#generates-a-summary-of-pending-changes) @@ -1045,5 +1046,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*) ``` +## Generates a summary of pending changes +```sh +git request-pull v1.0 https://git.ko.xz/project master:for-linus +``` + diff --git a/tips.json b/tips.json index d27af25..a9ee2df 100644 --- a/tips.json +++ b/tips.json @@ -449,4 +449,7 @@ }, { "title": "Exclude author from logs", "tip": "git log --perl-regexp --author='^((?!excluded-author-regex).*)$'" +}, { + "title": "Generates a summary of pending changes", + "tip": "git request-pull v1.0 https://git.ko.xz/project master:for-linus" }] \ No newline at end of file