1. github 회원가입 (이메일 인증 필수) https://github.com/
2. github 다운로드 https://git-scm.com/
3. 깃사이트에서 repository 새로 만들기
4. vscode실행하고 새로운 폴더 열기
5. 콘솔창에 다음 명령어 작성
git init
git config --global user.name "깃네임"
git config --global user.email "이메일주소"
git remote add origin 저장소 주소
6. vscode확장(extension)에서 GitHub Pull Requests and Issues설치

'컴퓨터 일반' 카테고리의 다른 글

[블로그 코드 예쁘게] color Script사용하기  (0) 2022.08.31

+ Recent posts