git을 사용하다보면 브랜치를 옮겨야하는데, 이런 에러와 함께 checkout이 안 되는 경우가 있다.
error: Your local changes to the following files would be overwritten by checkout:
src/views/Home.vue
Please commit your changes or stash them before you switch branches.
Aborting
git stash
를 통해 해결한다!
git stash
를 통해 저장한다.git pull {저장소}
git stash pop