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

The specified initialization vector (IV) does not match the block size for this algorithm