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.
- Tags
- 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.