git discard un-committed changes


Easy way to do this, with sourcetree, is to open up terminal and then run the following command

git clean -df
git checkout -- .

Comments

Popular posts from this blog

Windows SSH: Permissions for 'private-key' are too open

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20