git pull하다가 conflict 남. 파일을 수정하고 다시 pull하면 에러가 남
첨엔 잔머리굴려서 그냥 아무커밋 날리고 push 하곤했는데.. 그냥 잔꾀낸거라. 정공법은 뭔지 찾아봤다.
git status
git commit -am "메세지아무거나입력"
요래하면 된다. 수정된 파일이 수정된게 아니라 같은 파일 2개라고 인식되서 그런듯?
'Git, GitHub' 카테고리의 다른 글
Mac에서 git branch했을 때 출력창이 길어지는 문제 (0) | 2023.05.23 |
---|---|
[Git Bash] git remote add error (fatal: protocol 'https' is not supported) (0) | 2022.01.11 |
[Git Bash] git push/pull error: refusing to merge unrelated histories (0) | 2022.01.11 |