git pull을 했을 시 아래와 같은 에러가 떴다.
error: Your local changes to the following files would be overwritten by merge:
Makefile
Please, commit your changes or stash them before you can merge.
Aborting
git stash를 먼저 진행해주고 git pull을 하면 된다.
$ git stash
Saved working directory and index state WIP on master: dab9a8b [ferret] add cpuname procfile
HEAD is now at dab9a8b This is test commit
'Git 사용법' 카테고리의 다른 글
스프링부트 프로젝트 깃헙 연결하기 (1) | 2023.11.19 |
---|---|
SSH Key 등록하기 (0) | 2023.11.19 |
Github student pack [학생팩 등록하기] (0) | 2021.03.22 |
Git non-existing file push 문제 해결하기 (0) | 2021.03.12 |
윈도우에서 git 사용법 정리 (0) | 2021.01.31 |
댓글