1. 미션 Repository를 자신의 계정으로 fork 하기

Untitled

Untitled

Untitled

본인의 계정에 있는 레포지토리를 확인하시면 됩니다!


2. fork한 저장소를 나의 local에 clone 하기

git clone <https://github.com/>{본인 아이디}/{저장소 아이디}.git
ex) git clone <https://github.com/One-HyeWon/Blog-FE-ItoR.git>
ex) git clone <https://github.com/One-HyeWon/Blog-FE-ItoR.git>

또는 아래의 fork한 repository의 code에서 HTTPS의 링크를 복사하여 git clone 명령어 뒤에 복사하여 붙여 넣을 수 있습니다.

Untitled