개발 잘 하고 싶다 => 알고 쓰자/ERROR(삽질) 모음
[Git] Please commit your changes or stash them before you merge. 에러
error: Your local changes to the following files would be overwritten by merge:
app.js
Please commit your changes or stash them before you merge.
하나의 브랜치를 공유할 때 충돌시 발생하는 오류
아래의 명령어로 해결!
git stash && git pull origin main && git stash pop
git stash && git pull origin main && git stash pop
'개발 잘 하고 싶다 => 알고 쓰자 > ERROR(삽질) 모음' 카테고리의 다른 글
[MySQL] time_zone 설정 (그리니치 표준시 -> 한국시간) (4) | 2021.07.31 |
---|---|
[MySQL] Access Denied for User 'root'@'localhost' (using password: YES) 에러 해결 방법 (5) | 2021.07.28 |
오타 (0) | 2021.07.08 |
null 어떻게 하지? (0) | 2021.07.08 |
undefined - 추후 정리하여 작성 (0) | 2021.07.06 |
댓글