git stash 임시 저장(git stash) / pop, drop
branch 리스트 $ git branch * admin_dev css_dev develop master admin_dev 브랜치로 작업중 커밋을 하지 않고 master 브랜치로 checkout 를 하려면 이와 같은 에러가 발생합니다. Jupiter@DESKTOP-2QRNHC6 MINGW64 /d/dev/workspace/project (admin_dev) $ git checkout master error: Your local changes to the following files would be overwritten by checkout: frontend/src/test.vue Please commit your changes or stash them before you switch branches. g..