흔자
반응형
[Git] error: Your local changes to the following files would be overwritten by checkout 해결 방법
Develop/Git 2023. 2. 6. 10:20

오류 error: Your local changes to the following files would be overwritten by checkout git pull 또는 checkout 했을 경우 발생하는 오류이다. 해결 방법 git stash git stash 마무리되지 않은 작업을 스택에 임시 저장할 수 있는 명령어이다. 커밋되지 않은 내용에 대해 추후에 다시 작업할 수 있다.

반응형