Git 명령어1. 중요 파일 잘못 올렸을 때git rm --cached -r hancomAIacademygit commit -m "Clean up repository root"2. 에러코드error: failed to push some refs to 'https://github.com/ramcd01/hancomAIacademy.git'❓ 왜 이런 일이 생겼을까요?GitHub 웹사이트에서 직접 파일을 수정하거나 추가했을 때: (예: GitHub에서 직접 README.md를 편집했거나, 저장소를 만들 때 .gitignore나 License 파일을 자동으로 생성한 경우)내 컴퓨터에는 아직 그 파일들이 없는데, 내가 내 컴퓨터에서 만든 새 파일을 push(업로드) 하려고 하니까 깃이 "잠깐! 인터넷(GitHub..