git pull 오류가 해결되지 않는 부분이 있었는데, git fetch --all git reset --hard origin/branchName 두 가지 명령어로 해결했다. pull 전략이 진짜 복잡한 것 같음,, https://kangdanne.tistory.com/149
git stash 비우기 명령어 : git stash clear
나중에 개인 프로젝트에 본인인증 api도 붙여봐야겠음.