[Git] Cleanup the modified files from other branch
Sometimes we when switch branch, might bring some modified files into the new branch
to cleanup those files
git clean -df
Sometimes we when switch branch, might bring some modified files into the new branch
to cleanup those files
git clean -df