민서네집

Pro Git 책 / Git Internal 책 본문

컴퓨터 일반

Pro Git 책 / Git Internal 책

브라이언7 2013. 10. 18. 20:18

< 완전 초보를 위한 깃허브 >


https://nolboo.github.io/blog/2013/10/06/github-for-beginner/


< 누구나 휩게 이해할 수 있는 Git 입문 >


http://backlogtool.com/git-guide/kr/


< Git의 내부 구조가 궁금하다면? >


http://www.buggymind.com/477


< Git: 알아두면 유용한 참고 자료들 >


http://www.buggymind.com/469


< Pro Git 책 온라인으로 보기 >


http://git-scm.com/book/ko


< Git Internal >


https://github.com/pluralsight/git-internals-pdf


peepcode-git.pdf 라는 PDF 를 다운로드 받을 수 있다. (121 페이지)


< git 이것만 배워도 github에 pull request 날릴 수 있다#1 >


http://charsyam.wordpress.com/2013/10/14/%EC%9E%85-%EA%B0%9C%EB%B0%9C-git-%EC%9D%B4%EA%B2%83%EB%A7%8C-%EB%B0%B0%EC%9B%8C%EB%8F%84-github%EC%97%90-pull-request-%EB%82%A0%EB%A6%B4-%EC%88%98-%EC%9E%88%EB%8B%A41/


Using git without feeling stupid (part 1)




Using git without feeling stupid (part 2)



A successful Git branching model

http://nvie.com/posts/a-successful-git-branching-model/


Social Coding with Git - Real World Scenario - Part 1



Social Coding with Git - Real World Scenario - Part 2



How to use git without rage


http://www.slideshare.net/eLafo/how-to-use-git-without-rage


슬라이드로 되어 있어서 영어가 별로 없고, 명령어가 간결하게 설명되서 좋았다. (112 페이지)


http://progit.org   < Pro Git 책 - 영문 버전 >


http://gitready.com  -  초급,중급,고급 별로 나누어서 간결하게 설명이 되어 있다.




https://www.atlassian.com/git


https://www.atlassian.com/git/tutorial


https://www.atlassian.com/git/workflows


Git User’s Manual (for version 1.5.3 or newer)


https://www.kernel.org/pub/software/scm/git/docs/user-manual.html


git(1) Manual Page


https://www.kernel.org/pub/software/scm/git/docs/


A tour of git: the basics


http://cworth.org/hgbook-git/tour/


Git 최초 설정

http://git-scm.com/book/ko/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%B5%9C%EC%B4%88-%EC%84%A4%EC%A0%95



GitHub의 페이지 기능 이용하기


http://dogfeet.github.io/articles/2012/github-pages.html


Got 15 minutes and want to learn Git?


http://training.github.com/


EGit/User Guide


http://wiki.eclipse.org/EGit/User_Guide


'컴퓨터 일반' 카테고리의 다른 글

코딩 무료 교육사이트 빅4  (0) 2013.12.25
IP 확인  (0) 2013.10.23
[svn] svn서버의 ip가 바뀌었을때... Relocate  (0) 2013.10.10
iTunes 앱스토어 URL 찾기  (0) 2013.08.31
Windows 에서 Unix 의 alias 흉내내기  (1) 2013.06.29
Comments