From ed79e46837f2b679c42844e2bc98c5f3c2af56cf Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 8 Mar 2021 16:03:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d61573..c77f6b20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ changed-files ------------- -Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203) +Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203) to locate all files that have been modified relative to the default branch. ```yaml ...