OneBite.Dev

Remove all unsaved / uncommitted changes in github

Here’s how to remove all unsaved / uncommitted changes in github. In case you make some changes, and want to get back to the last commit you have

git stash
git stash drop
git