Git - View and remove files made after last commit

To delete newly made files in the directory “dir”:

Enter the directory:

cd dir

List the newly created files in the directory:

git clean -nd

Delete the listed files:

git clean -fd

ClamAV - Speed up slow scans

Git - Multiple accounts on one machine