다음의 클래스룸 사이트로 이동
작업 폴더 새로 만들어 두기
Visual Studio Code 새로 시작
원격 레포지토리(저장소) 연결하기
git remote add origin //깃허브 코드
git init
git add .
git commit -m "DB 오늘날짜 커밋"
git push origin main
에러 발생하고 Push 되지 않는 경우
git push -f origin main
git push origin main
과제 제출 Repository 주소에 가서 push가 잘 되어 올라와 있는지 확인!