Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- Graph
- JSON
- Algorithm
- buffer
- coding test
- insertion sort
- stream
- 혼자 공부하는 C언어
- list 컬렉션
- Serialization
- R
- 이스케이프 문자
- 이것이 자바다
- 메모리구조
- 윤성우의 열혈 자료구조
- s
- 윤성우 열혈자료구조
- 알기쉬운 알고리즘
- Stack
- datastructure
- Selection Sorting
- C 언어 코딩 도장
- C programming
Archives
- Today
- Total
Engineering Note
VScode에서 Git bash 설정하기 본문
VScode에서 Git bash 설정하기
- "Crtl + ,"을 눌러 VScode의 Setting 창 띄우기
- teminal.integraged.shell.window를 입력하고 첫 번째 검색 결과에서 Edit in setting.json을 클릭하세요
- setting.json에서 "teminal.integraged.shell.window": 뒤 부분에 git bash가 설치된 경로를 입력 해준다.
- "Ctrl + ~"을 눌러 터미널 창 열고 + 버튼을 눌러 Git bash를 누르면 Git bash 터미널이 열린다.
'Git' 카테고리의 다른 글
git local과 remote 브랜치 default 연결 설정하기 (0) | 2021.09.30 |
---|---|
Git의 기본 개념 (0) | 2021.06.27 |
Git 저장소 생성 (0) | 2021.06.27 |
Git 사용 하기 GitHub 연동 (0) | 2021.04.06 |
Version Control System- Git install for Linux (0) | 2021.02.04 |
Comments