
javascript_src라는 폴더 안의 파일들을 Github Repository에 업로드 해보자.Github에 새로운 Repository를 생성한다. Repository name에 이름을 입력 후 Create Repository 버튼을 클릭하면 다음과 같은 창으로 이

이전 포스팅을 통해 Repository 생성 후 파일 업로드하는 법에 대해 알아보았다. 그렇다면 로컬 저장소에 Day6 라는 폴더가 추가되었는데 이를 기존 Repository에 반영시키고 싶다면? cmd 창을 켠 후 cd ...(작업할 폴더 경로) 명령어로 작업할 폴더
cd 받을 폴더명 git clone repository 명ex) git clone https://github.com/cjw9796/Frontend_Test.gitcd 받은 폴더명 git checkout -b 새로운 브랜치명git add .git commit -