SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to unstage all the changes use below command,
git reset --soft HEAD
In the case you want to unstage changes and revert them from the working directory,
git reset --hard HEAD