Notice
Recent Posts
Recent Comments
Link
할껀하고놀자
[Git] visual studio code에 git bash 띄우기 본문
728x90
- ctrl + , 으로 설정 창 먼저 띄워준다.
- 검색창에 `terminal.integrated.shell.windows` 입력
- .json 에 이거 붙여넣고 껏다 키면 됨.
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}
'[IT] > Git' 카테고리의 다른 글
[Git] 깃, 도대체 뭘까? (0) | 2018.01.31 |
---|---|
[Git] 깃 사용법 완전 기초 - 깃허브 용어정리 (0) | 2018.01.30 |
[Git] 깃 사용법 완전 기초 - 깃(git)과 깃허브(github) (0) | 2018.01.24 |
Comments