cd path_to_project_folder # take you to your project folder/working directory
git checkout . # removes all unstaged changes in working directory
↧
Answer by vivekporwal04 for How do I discard unstaged changes in Git?
↧