사용자 도구

사이트 도구


git:windows

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
git:windows [2018/05/17 23:24]
kwon37xi
git:windows [2020/11/10 21:38] (현재)
kwon37xi
줄 36: 줄 36:
 </code> </code>
     * [[:intellij_idea|IntelliJ IDEA]]에서 사용시 ''Version Control -> Git -> SSH Executable''을 ''Native''로 변경한다.     * [[:intellij_idea|IntelliJ IDEA]]에서 사용시 ''Version Control -> Git -> SSH Executable''을 ''Native''로 변경한다.
 +    * [[https://vladmihalcea.com/tutorials/git/windows-git-ssh-authentication-to-github/|Windows git SSH authentication to GitHub - Vlad Mihalcea]]
 +
 +===== Unicode/한글 =====
 +''git log''에서 한글을 올바로 보려면
 +<code>
 +set LC_ALL="C.UTF-8"
 +</code>
  
 ===== WSL Linux Git ===== ===== WSL Linux Git =====
   * Git 은 그대로 linux용을 사용할 수 있다.   * Git 은 그대로 linux용을 사용할 수 있다.
   * 그리고 이 WSL Linux의 Git을 [[https://github.com/andy-5/wslgit|WSL Git]] 을 이용해 Windows 에서도 호출할 수 있다.   * 그리고 이 WSL Linux의 Git을 [[https://github.com/andy-5/wslgit|WSL Git]] 을 이용해 Windows 에서도 호출할 수 있다.
-  * SSH를 [[windows:ssh:putty|Putty]] ''plink.exe''를 사용할 수 있다.+ 
 +==== ssh-agent for git ==== 
 + 
 +  * SSH를 [[windows:ssh:putty|Putty]] ''plink.exe''를 사하거나 [[windows:wsl:weasel_pageant|Weasel Pageant]]를 사용할 수 있다. ''weasel-pageant'' 권장.
  
 <code sh> <code sh>
줄 46: 줄 56:
 </code> </code>
  
 +==== Diff tool for windows ====
 +  * [[https://www.sep.com/sep-blog/2017/06/07/20170607wsl-git-and-beyond-compare/|WSL, git, and Beyond Compare - SEP Blog]]
 +
 +==== 참조 ====
 +  * [[http://occamsrazr.net/tt/358|류광의 번역 이야기 :: Git Bash 팁 두 가지]]
 +  * [[https://jusths.tistory.com/180|윈도우 PowerShell에서 git을 좀더 편하게 사용하자]]
git/windows.1526567046.txt.gz · 마지막으로 수정됨: 2018/05/17 23:24 저자 kwon37xi