Post

Reset Git Repository

Harianto van Insulinde
Reset Git Repository
bash
git clean -xdf

git-clean will remove any files from the tracked root directory

source