vscode 설치
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
git 설치
Git - Downloads
Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific
git-scm.com
cmd창에서 설정해줄것
git config --global user.name username
git config --global user.email user@email.mail
그 후 vscode를 실행하면 자동으로 git을 찾아준다.
Git 저장소와 VS code 연동하기 (with VS Team Services (VSTS))
이것은 git을 한 번도 사용해 본 적 없고 Visual studio Code(이하 vscode)도 깐 지 얼마 안된 개발자가 직접 여기저기 찾은 거 짜집기하면서 하나하나 진행해가며 쓴 내용이다 비슷한 처지의 분들께 도움되길 빈..
alfenmage.tistory.com
https://emflant.tistory.com/135
'UXUI Development' 카테고리의 다른 글
Bootstrap 버전별 브라우저 호환정보 (0) | 2023.04.05 |
---|---|
아이폰X UI가이드 (0) | 2019.04.16 |
git (0) | 2019.04.03 |
무료 컴포넌트 UI KIT (0) | 2019.03.19 |