5063a14..041e3a0 main -> origin/main
error: Your local changes to the following files would be overwritten by merge:
layouts/el_imin/layout.html
modules/board/skins/eb_imin/view.html
Please commit your changes or stash them before you merge.
Aborting
Updating 5063a14..041e3a0
터미널에서 위와 같은 메세지 나오면 어떻게 해야하나요
제목 | 날짜 | |
---|---|---|
본 게시판의 용도 | 2024/06/11 | |
4 | [git] After changing branch in phpstorm, the directory is not visible | 2022/07/30 |
3 | [git] git pull 했을 때 (2) [1] | 2022/01/30 |
[git] git pull 했을 때 [1] | 2022/01/21 | |
1 | [git] git의 .gitignore 사용방법 문의 | 2021/12/27 |
https://heytech.tistory.com/155
1) git stash
2) git pull origin main
3) git stash pop