ENGINEERING/SW
How to use Git in VS Code?
Hogeony
2020. 2. 20. 10:51
ctrl+shift+p
git clone
paste, repostitory url
select, local directory to clone
open the repository
Reference
https://demun.github.io/vscode-tutorial/git/
Git - Visual Studio Code tutorial
git vscode 는 git 을 사용하기 위한 기능이 기본적으로 추가되어 있습니다. git 을 사용하려면 먼저 https://github.com 에 회원가입이 되어 있어야하고, git-scm 에서 git 프로그램을 다운로드하고 설치해야 합니다. 가입이 안되어 있다면 https://github.com 에 회원가입을 하고 프로그램도 설치하시길 바랍니다. 설치가 되어 있다고 가정하고 vscode 에서 git 을 사용하는 방법을 알아보겠습니다. 최초설정 git
demun.github.io
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