분류 전체보기(29)
-
[VSCode] 단축키 모음
단축키 - Visual Studio Code tutorial 단축키 파일 > 기본 설정 > 바로가기 키 에서 현재 활성화된 키보드 단축키를 볼 수 있습니다 . 기본 편집 키 명령 명령 ID ctrl+X 행 삭제 (빈 선택) editor.action.clipboardCutAction ctrl+C 행 복사 (빈 선택) e demun.github.io
2024.02.15 -
[Git] Make sure you configure your 'user.name' and 'user.email' in git. error
원인 깃허브 설치하고 사용자정보 설정 안해서 오류 뜸 해결방법 터미널에 명령어를 실행하여 사용자 정보를 입력한다. git config --global user.name 사용자이름 git config --global user.email 사용자이메일 프로젝트마다 다른 이름과 메일 주소를 사용하고 싶은 경우 --global 옵션을 빼고 명령어를 실행한다.
2024.02.15 -
[Git] VSCode 연동
연동 하기 전 git 설치 필요 [Git] git 설치 Git - Downloads Downloads macOS 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 platf magic-potato.tistory.com 1. VScode 검색 입력창 활성 Window : Ctrl + Shift + p or F1 Mac : command + Shift + p 2. Git:..
2024.02.15 -
[VSCode] GitLens, Git History
VSCode Extensions - GitLens 레포지토리 내부 파일을 수정할 때 오버레이로 보여주는 익스텐션 GitLens — Git supercharged - Visual Studio Marketplace Extension for Visual Studio Code - Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerfu marketplace.visualstudio...
2024.02.15 -
[Qt] 설치
Index of /official_releases/online_installers download.qt.io
2024.02.15 -
[Visual Studio]
무료 개발자 소프트웨어 및 서비스 - Visual Studio 무료 제공: Visual Studio Community, Visual Studio Code, VSTS 및 Dev Essentials. visualstudio.microsoft.com
2024.02.15