I run the git checkout command for a given branch in the code repo
/util/bin/git checkout experimental-branch
I got the following error message, what does it mean, and how to address this kind of issue.
error: Your local changes to the following files would be overwritten by checkout:
tests/test_plan.py
Please commit your changes or stash them before you switch branches.