Scott Chacon is a Git evangelist and Ruby developer employed at Logical Awesome working on GitHub.com. He is the author of the Git Internals Peepcode PDF as well as the maintainer of the Git homepage and the Git Community Book. Scott has presented at RailsConf, RubyConf, Scotland on Rails, Ruby Kaigi, OSCON and a number of local groups and has done corporate training on Git across the country.
Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.
* A book by Git experts to turn you into a Git expert
* Introduces the world of distributed version control
* Shows how to build a Git development workflow
What you’ll learn
* Use Git as a programmer or a project leader.
* Become a fluent Git user.
* Use distributed features of Git to the full.
* Acquire the ability to insert Git in the development workflow.
* Migrate programming projects from other SCMs to Git.
* Learn how to extend Git.
This book is for all open source developers: you are bound to encounter it somewhere in the course of your working life. Proprietary software developers will appreciate Git’s enormous scalability, since it is used for the Linux project, which comprises thousands of developers and testers.
發表於2025-03-04
Pro Git 2025 pdf epub mobi 電子書 下載
對於入門和理解Git的思想和內部機製是不錯的書~~~~ 但感覺還不夠,很多實踐需要自己通過stackoverflow和git help <command>來查~~~~ 另外,感覺還是沒講清楚merge和rebase的本質區彆~~
評分這本書的作者是github的員工。書寫得非常棒,對分支等的講解使用瞭很多配圖,簡單明瞭,把原理講得非常易懂。 這書還有一個非常棒的部分就是針對不同的使用場景,設計瞭幾個閤適的版本管理策略,比如私有小項目該用什麼方式控製,公共項目該用什麼方式控製等,這個非常實用。 ...
評分先是看瞭《版本控製之道——使用Git》,在其豆瓣評論裏發現瞭關於《Pro Git》的鏈接,於是就去下瞭中文版來讀。 此書介紹的內容要比《使用Git》深入許多,尤其是對多人閤作和分布式項目管理的討論,是《使用Git》中所缺少的。在學習瞭Git的一係列命令之後,如何纔能有效的使用...
評分https://www.kernel.org/pub/software/scm/git/docs/git-svn.html http://www.blogjava.net/lishunli/archive/2012/01/15/368562.html http://www.open-open.com/lib/view/open1328070404827.html http://www.open-open.com/lib/view/open1328070404827.html
評分Pro Git中文在綫版 http://iissnan.com/progit/ 非常適閤讀。比《版本控製之道》好好多。 google還能搜到其它在綫閱讀網站,我這個個人感覺最好。 為什麼豆瓣叫豆瓣?
圖書標籤: git 版本控製 計算機 軟件開發 版本管理 Git 工具 programming
我很同意我的一個同事說過的一句話:要使用git,真不能拿來敲個git --help就用,你得好好看一下先。 而至於看什麼,這麼免費的在綫書籍,絕對是不二之選,花個幾個小時,把前四章過一篇(當然,要邊看邊練習),你就可以用git做日常工作瞭。我斷斷續續讀完瞭真本書,不能說全掌握瞭,但是要是遇到什麼問題,我相信可以很快的翻開這本書,找到我想要的解決方案。入門之後,就在平常的工作實踐中逐步提高吧。 我本人p4和git都用的比較多,我也沒有什麼特彆的偏好。要說git的優點,還是眾所周知的那幾點:一個是本地commit;一個是輕量的branch;第三個是fork+pull靈活方便的開源閤作模式。至於rewrite history,我覺得這個功能太過危險,還是不要給任何人重寫曆史的權利比較好。
評分有中文譯本,可以看看
評分在想為什麼git的作者不寫git的書呢,好像業內很多作者都不寫書,他們寫的都類似tutorial
評分如果所有的作者都像本書作者一樣!
評分的的確確是講的非常清楚瞭。最初覺得git這種工具,居然要去讀一本書那麼厚的東西,是否太多。讀過後,非常後悔早期浪費時間讀各種tutorial,其實關鍵是要分清楚use case,光告訴我pull用什麼語法branch用什麼語法,一點點用都沒有。關鍵是 when do I use what
Pro Git 2025 pdf epub mobi 電子書 下載