Is there a git command to Revert All Uncommitted Changes in Working Tree and Index and to remove also New Files and Folders ?
|
feedback
|
|
You can run these two commands:
| |||
|
feedback
|
|
I think you can use git reset --hard | |||||||||
feedback
|
|
Perhaps I am misunderstanding something, but if you want to totally reset, just do a new checkout. Remove your existing project directory and git clone the project again. | |||
feedback
|