From 3ebf0a6369331a2e480827063fc8a22046b52ebd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 30 Oct 2021 20:13:18 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31d27914..fdbc5c17 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Retrieve all changed files relative to the default branch (`pull_request*` based * List all files that have changed. * Between the current pull request branch and the default branch. * Between the last commit and the current pushed change. + * Between the last remote branch commit and the current HEAD. * Restrict change detection to a subset of files. * Report on files that have at least one change. * [Regex pattern](https://www.gnu.org/software/grep/manual/grep.html#Regular-Expressions) matching on a subset of files.