-
[vscode] terminal을 git bash로 바꾸기컴퓨터/git 2020. 1. 7. 15:04
1) VScode에서 ctrl + , 누르면 설정에 들어간다.
2) 설정 검색칸에 'terminal.integrated.shell.windows' 입력
3) press 'settings.json에서 편집 '
4) 추가 입력
{ "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", }
5) ctrl + shift + `으로 새 터미널을 열어 확인
or
VScode를 껐다 켠다.
'컴퓨터 > git' 카테고리의 다른 글
[git] git 초기화, 삭제 (0) 2020.09.04 [git] remote: HTTP Basic : Access denied (0) 2020.02.06