Visual Studio Code - Git 세팅하기
1. Git 설치하기 설치후 사용자 정보만 수정하기 터미널 or cmd 창 을연뒤 git config --global user.name "user name" git config --global user.email "user email" 2. Github - vscode 연동하기 vscode 사이드 메뉴중 소스제어 (Ctrl + shift + g) 클릭후 원격제어 클릭후 원하는 브 3. Github Personal access tokens 발급받기 github 로그인후 상단 오른쪽 프로필 보기 클릭후 Settting 메뉴 클릭 이후 사이드바 중엔 Developer Settings --remote 명령어 git remote add origin [url] --remote set-url git remote se..
Programing/Git
2021. 3. 2. 14:45