I have two branches locally, master and Berislav. The latter is currently active, and I have committed all the changes. When I try to checkout to <
master
Berislav
As simple as this:
git stash git stash pop
The "errors" you see when running git stash aren't anything to be concerned about. It's just git recognizing that the file doesn't have any uncommitted changes.
git stash