Reverting Unstaged Changes with Git

Sometimes when I check out a branch, for example to review a Pull Request (PR) and then make a change to some of the files, I find that when I want to check out a different branch I get a Git error like the one below: In the past I have used git stash to […]