Skip to main content

List all files that will be added in git

git ls-files -o --exclude-standard

Will show all files which will be listed with git add .

... useful to see if some settings files will be committed.