wasup

visual studio code + git 본문

IT etc

visual studio code + git

wasupup 2022. 8. 26. 11:56
반응형

 

 

 

vs 설치

https://webnautes.tistory.com/1197

 

Visual Studio Code 설치하는 방법( Windows / Ubuntu )

Visual Studio Code를 Windows와 Ubuntu에 각각 설치하는 방법을 설명합니다. 설치를 진행해본 운영체제 버전은 Windows 10과 Ubuntu 20.04 /Ubuntu 18.04 입니다.           1. 윈도우에 설치하는 방법..

webnautes.tistory.com

 


 

git 설치

https://git-scm.com/download/win

 

Git - Downloading Package

Download for Windows Click here to download the latest (2.37.2) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 14 days ago, on 2022-08-12. Other Git for Windows downloads Standalone Installer 32-bit Git for Win

git-scm.com

 


 

참고

https://wasupup.tistory.com/entry/Git-Note-pull-and-push

 

Git) Note - pull and push

git init .git 이라는 하위 디렉토리를 만듭니다 : git init git remote add origin https://github.com/__id__/__pjname__.git 새로운 원격 저장소 추가 : git remote add 원격 저장소를 지우고 싶다면 : git re..

wasupup.tistory.com

 

 

 

 

 

 


원문

https://0ver-grow.tistory.com/888

 

[VSCODE] Visual studio code에서 git 허브와 연동하기 / git 허브 커밋하기

깃허브 연동하기 1. 깃허브와 연동하기 VSCODE에서 F1키 누르기 git clone 입력 Git : Clone 메뉴 선택 만약, git clone을 입력했음에도 No matching commands라고 뜬다면? git-scm.com/에서 깃허브를 설치해야..

0ver-grow.tistory.com

 

 

반응형
Comments