소스코드 개발 툴인 Visual Studio Code를 설치하고 연동해보자.
https://code.visualstudio.com/download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
운영체제에 맞게 설치해준다.
GitHub Desktop 에서 Open in Visual Studio Code 버튼을 누르면
현재 레파지토리와 비주얼 스튜디오 코드가 연동된다.
이런 메시지가 뜰 텐데 Download Git을 눌러 Git을 설치하자.
필자는 전부 기본값으로 설치했다.
TEST repository에 있는 파일들을 확인할 수 있다.
python 코딩을 위한 extension을 설치한다.
기본 환경 구축이 완료되었다.
다음 포스팅에서는 깃허브에 소스코드를 올리고 내려받는 commit, push, pull 에 대해 알아보겠다.
'Git' 카테고리의 다른 글
특정 프로젝트에 있는 파이썬 패키지만 requirements.txt 로 만들기 - pipreqs (0) | 2022.12.23 |
---|---|
GitHub Actions를 이용한 EC2 서버 CI/CD (0) | 2022.12.20 |
GitHub 사용 방법 - Commit, Push, Pull (0) | 2022.12.12 |
GitHub 사용 환경 구축하기(1) - 클론 만들기 (0) | 2022.12.12 |
VCS(Version Control System) - Git (0) | 2022.12.12 |