Git provides two similarly named components that provide insight to the repository's commit history, log and reflog. Developers access the git log and git reflog commands through the command line.
The git clean command removes untracked files from the working tree. So any compiled files, backups, .DS_Store Mac files, or ...