Programming/GIT

git status 시 한글 안깨지게하기

SharingWorld 2018. 6. 11. 11:24

git config --global core.quotepath false


를 입력한다.