Get modified files from the working tree (files that have been changed but not staged). Runs git diff --name-only [--diff-filter=d]
git diff --name-only [--diff-filter=d]
Optional
Get modified files from the working tree (files that have been changed but not staged). Runs
git diff --name-only [--diff-filter=d]