# mintty 콘솔이 CP949일 때는 다음 처리를 하고, UTF-8일 때는 --unset 해버린다. git config --global core.quotepath false # 파일명이 숫자로 보이는 문제 git config --global i18n.logoutputencoding cp949 git config --global i18n.commitencoding cp949
~/.gitconfig
직접 설정[merge] tool = meld [mergetool "meld"] cmd = "C:/Program\\ Files\\ \\(x86\\)/Meld/Meld.exe" "$BASE" "$LOCAL" "$REMOTE" "$MERGED" [diff] tool = meld [difftool "meld"] cmd = "C:/Program\\ Files\\ \\(x86\\)/Meld/Meld.exe" "$LOCAL" "$REMOTE"
git difftool filename
형태로 diff를 실행한다.plink
로 SSH 등록GIT_SSH=c:\Program Files\Putty\plink.exe
puttygen
으로 OpenSSH로 생성된 private key를 .ppk
파일로 변환하고,pageant
로 Private Key를 등록해 둔다.putty
로 서버측 인증서를 등록해둬야 한다.plink.exe git@github.com
git log
에서 한글을 올바로 보려면
set LC_ALL="C.UTF-8"
export GIT_SSH=/mnt/c/Program\ Files/PuTTY/plink.exe