[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
[Step4 배포된 페이지 확인]
'교과외 활동 > 멋사 스터디' 카테고리의 다른 글
css 특성 (0) | 2023.05.07 |
---|---|
css 개념과 구조 (0) | 2023.05.07 |
Html 구성 (0) | 2023.04.07 |
GIt & Github 정리 (0) | 2023.04.07 |
Html, css, javascript (0) | 2023.04.06 |