교과외 활동/멋사 스터디
github pages 배포
윈터가든
2023. 4. 8. 00:16
[step1 github pages 원격 저장소 만들기]
Rapository name: [계정명].github.io
[Step2 Html 파일 만들기]
html 파일의 이름을 index.html로 해야함
[Step3 git 저장소 초기화 및 github 반영]
- $ git init
- $ git add .
- $ git commit -m "커밋 메세지"
- $ git remote add origin 원격저장소 주소
- $ git push -u origin main