Error Solving
github와 vscode 연동하기
굥깡
2022. 8. 22. 23:25
728x90
1. github에서 repository 생성
본인 프로필 repository 목록에서 New 클릭 후 생성
2. vscode에서 F1 -> git clone 입력
선택 후 위에서 생성한 repository 주소 복붙(https://github.com/어쩌구/저쩌구.git)
3. commit & push
소스 제어 탭에서 파일 이름 옆 + 버튼을 누르면 staged change에 올라감
✔커밋 버튼 상단에 commit message를 입력 후 commit & push