지식쌓기
매번 까먹어서 정리
로컬에서 프로젝트 생성후 github 같은 온라인 저장소로 올리기
로컬에서 생성한 프로젝트에서
git init git add . git remote add origin https://~~~.git git commit -m "Initial commit" git push -u origin master
github에서 프로젝트 생성후 주소복사