0. Git GUI 툴

윈도우에서 git 사용시 훌륭한 툴은 git extenssion 이다.

http://gitextensions.sourceforge.net/
http://code.google.com/p/gitextensions/

 

1.  error: Your local changes to the following files would be overwritten by checkout:

C:\Program Files\Git\bin\git.exe checkout -b develop "origin/develop"
Done
error: Your local changes to the following files would be overwritten by checkout:
    src/main/java/com/google/protocol/thrift/handlers/Talk.java
Please, commit your changes or stash them before you can switch branches.
Aborting


=>  stashing으로 해결
http://blogs.jetbrains.com/idea/2012/03/simpler-and-more-powerful-ui-for-git-branches/

 

2. Git extension ssh 연결

open ssh로 만든 ssh 공인 키를 gitorious (git server) 에 등록 했다면 , git extension 의 ssh 사용은 putty(또는 puttygen)이 아닌 openssh로 할 것

Git Extensions –> Settings –> ssh 탭 –> openssh

Posted by '김용환'
,