git stash pop 이 충돌로 멈췄다. 순간 치워 뒀던 작업이 날아간 줄 알았다. 안 날아간다. pop 이 실패하면 stash 는 스택에 그대로 남는다. 대신 성공했을 때와 달리 자동으로 안 지워지므로, 충돌을 푼 뒤 직접 지워야 한다.현상Auto-merging f.txtCONFLICT (content): Merge conflict in f.txtOn branch mainUnmerged paths: (use "git restore --staged ..." to unstage) (use "git add ..." to mark resolution) both modified: f.txtno changes added to commit (use "git add" and/or "git commit -..