Find recently added files with git
git whatchanged --diff-filter=A
displays commits that added files, and the files they added, newest first.
git whatchanged --diff-filter=A
displays commits that added files, and the files they added, newest first.