-
Notifications
You must be signed in to change notification settings - Fork 2
Upload
Sienna edited this page Jul 5, 2024
·
13 revisions
- 자료업로드는 매주 목요일 자정까지 합니다.
- FE-Deep-Dive 레포지토리 클론
git clone https://github.com/Keep-Going-Web-Study/FE-Deep-Dive.git
-
해당 회차 스터디 브랜치 로컬에 생성 & 트래킹 설정
-
git checkout -b study# origin/study#--- 예) git checkout -b study1 origin/study1
-
-
블로그, 노션 등 전체 페이지 링크는 study1 브랜치에 md파일로 업로드
- 링크 파일이름:
username_study_link.md--- 예) sgoldenbird_study_link.md
- 링크 파일이름:
-
챕터 별로 폴더 안에 자료 업로드(pdf)
- pdf 파일이름:
username_ch0--- 예) sgoldenbird_ch10
- pdf 파일이름:
-
git add . -
git commit -m " username / Ch1-Ch11 / 스터디 할 날짜 년월일 "--- 예) “sgoldenbird / Ch1-Ch11 / 20240607” -
git push