본문 바로가기

git4

[Git] Pro Git 도서 한글 번역 Main Site http://dogfeet.github.com/articles/2012/progit.html Pro Git - html 한글 번역 문서 http://dogfeet.github.com/progit/progit.ko.html 2012. 1. 16.
초보자가 알아야 할 GIT 명령어 원문 : http://blog.naver.com/wmi1258?Redirect=Log&logNo=30109201253 명령어 이외에도 Windows에서 git을 사용하는 방법에 대해서도 있네요. git이라는게 여기저기서 좋다고하니 좋은 것 같은데.. 막상 사용하기가 쉽지가 않습니다. 인터페이스가 그래픽적이지 않고 텍스트 명령어 라서인지 처음 진입장벽이 더 큰 것 같습니다. 극복하려면 역시 많이 사용 할 수 밖에 없겠죠. 보고 공부해야겠어요! git config --global user.name [user name] 작업자 이름 설정 git config --global user.email [user email] 작업자 이메일 설정 git config --global --list 설정값(이름 및 메일등 ) .. 2011. 8. 29.
[안드로이드] repo init을 할 경우 connection timed out / read error 애러 저의 개발환경은 Host는 Windows7이고, VMWare을 이용하여 Fedora 13을 사용하고 있습니다. git 초기화를 위해 repo init을 하는데 애러가 발생했습니다. 아래와 같이 수행하였는데 발생하였습니다. Case 1: [dhna@localhost mydroid]$ repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo Getting repo ... from git://android.git.kernel.org/tools/repo.git fatal: read error: Connection reset by peer Case 2: [dhna@localhost mydroid]$ repo init -u git://andr.. 2011. 6. 3.
Git 사용하기 ㅇ Git Tutorial (영문) - http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html ㅇ Git Reference (영문) - http://gitref.org/index.html - 각 명령어를 사용하는 방법에 대해서 설명이 되어있네요. ㅇ Git 설명한 블로그 (한글) - http://kimseunghyun76.tistory.com/116 '멋진승현'님의 블로그에서 git명령어를 사용 할 때 항상 보게되는 그림입니다. 어서 하루 빨리 적응을 해야 할 터인데..ㅠㅠ 2011. 4. 8.