github의 repository와 로컬 폴더를 연결하는 도중 git status하면 반영되지 않을때 경우
연결 git remote add origin [repository 주소]
동기화 git remote update origin --prune
업데이트 git push origin +main
Git 오류 해결하기