Python

VS CODE에서 GIT 연동

billy0529 2021. 3. 22. 20:11
728x90

1. Repository page에서 HTTPS URL 정보 복사

2. VSCODE 메뉴에서 변경 파일/폴더에 + 표시 클릭하여 Stage Changes 생성

3. V 표시 클릭하여 commit

4. Terminal 에서 git remote add origin https://github.com/billy0529/boys_dont_cry.git (최초 1)

5. Terminal 에서 git pull origin master --allow-unrelated-histories (최초 1)

6. Repository 최총 업로드는 git push -u origin master