1일차 개인과제
git remote add origin github주소 git branch -M main git add . git commit -m "first commit"
1.git remote add origin으로 github 해당 래퍼지토리 주소와 vscode 연동 2.git branch로 브랜치 생성후 이동 3.git add -> git commit으로 push하기
index.html movie.js