1. Git : Git 사용법 (github, git, vs code)
1. github.com 페이지에서 계정 생성 new file에서 file 명 생성 2. git-scm.com에서 git 다운로드 (1) git config -- global user.name "생성할 이름" (2) git config -- global user.email "github페이지 이메일" (3) git config --list , user.name과 user.email 값이 들어갔는지 확인 코 3. vs code 연결 (1) git init (처음하는 초기 설정) (2) git add . (모든 파일 추가, 특정 파일만 하고 싶으면 ex) git add. index.html) fatal: detected dubious ownership in repository at 오류 발생 시 git co..