깃허브 로그인 -> repositories -> New
Repository name 입력 -> Add a README file 체크 -> Create Repository
Vs에서 작업 폴더열기 file -> open foler
새 터미널 열기 -> git bash
** 5번,6번,8번 git bash
git config --global user.name "계정 이름"
git config --global user.email "계정에 등록된 이메일"
Github Repository link 가져오기
git clone "복사한 계정 링크"
9.로컬 폴더안에 깃허브(원격) repository가 생성됨
--> Repository 클릭 -> .git 폴더 생성 확인
git bash 에서 Repository로 들어오기
cd (Repository 이름)
git remote -v 로 중간 확인