-
Repository 클론
git clone https://github.com/inu-appcenter/server-study-12.5th.git
레포 클론 성공
-
Repository 이동 후 branch 생성
브랜치 이름은 자신의 이름으로 만들어주세요.
cd server-study-12.5th git branch <브랜치 이름> git branch (-l)
확인 후 wq
-
브랜치 이동
git checkout <브랜치 이름> # 생성과 동시에 이동하기 # git checkout -b <브랜치 이름>
-
과제 작성
vscode 실행해서 저장소를 열어줍니다.
(1주차 예시)
<이름>.week1.js
생성과제 완료 후 커밋합니다.
git status # 상태 확인 git add week1\<이름>.week1.js # git add . git commit -m "Add: 임태호 1주차 과제"
-
생성한 브랜치에 push
git push origin <브랜치 이름>
-
깃허브 원격저장소에 브랜치 확인 후 pull request
-
Notifications
You must be signed in to change notification settings - Fork 0
inu-appcenter/server-study-12.5th
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
12.5기 서버 스터디 과제 제출 저장소
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published