반응형
참고 : https://promobile.tistory.com/378
[VSCode]Visual Studio Code 에서 Git 사용하기
■ Visual Studio Code(VSCode) 란? Visual Studio Code(이하 VSCode)는 MS에서 제공하는 크로스 플랫폼 에디터로 다양한 언어를 서포트 하며 IntelliSense, Debugging, Built-in Git, Extensions 등의 기능를 제..
promobile.tistory.com
추가로 프로젝트 파일을 stack에 쌓아 놓은 후 , visual studio console 창에 유저이름과 메일을 설정해야 오류가 나지 않는다.
git config --global user.email "email@example.com" 을 입력 후,
git remote add origin "git 원격 주소"
커밋 -> 원격 주소 -> 푸시 순으로 하면 될 것 같음.
반응형
댓글