본문 바로가기
잡학사전/Git

[git] vscode 터미널 명령어

by Andro07 2024. 1. 25.
728x90
반응형

github에서 repository 생성 후 vscode 터미널에서 다음을 순서대로 입력

 

# 프로젝트 폴더에서 git 초기화

git init

 

# git remote 생성

git remote add origin [repository link]

 

# 생성된 git remote 확인

git remote -v

 

# 이후 vscode 에서 작업

 

728x90
728x90

댓글