好书推荐 好书速递 排行榜 读书文摘

Version Control with Git

Version Control with Git
作者:Jon Loeliger / Matthew McCullough
副标题:Powerful tools and techniques for collaborative software development
出版社:O'Reilly Media
出版年:2012-08
ISBN:9781449316389
行业:其它
浏览数:58

内容简介

Git permits practically an infinite variety of methods for development and collaboration, but its flexibility also means that some users don't understand how to use it to best advantage. This book offers tutorials on ways to use it, as well as friendly yet rigorous advice to help you navigate Git's many functions. In step by step fashion, you'll learn how to track, branch, merge, and manage code revisions with Git. The second edition has been thoroughly revised, with extended coverage of the reflog and stash, tips for tree munging, and tips for using the Github repository. Learn how to use Git in several real-world development environments Gain insight into Git's common-use cases, initial tasks, and basic functions Understand how to use Git for both centralized and distributed version control Use Git to manage patches, diffs, merges, and conflicts Acquire advanced techniques such as rebasing, hooks, and ways to handle submodules (subprojects) Learn how to use Git with Subversion Git has earned the respect of developers around the world. Find out how you can benefit from this amazing tool with Version Control with Git.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

在Git中,提交权限(commit right)这个短语真的算是用词不当。Git并没有尝试去管理访问权限,而是把这个问题留给了其他工具,比如,SSH可能会更适合这个任务。只要有版本库的(UNIX)访问权限,要么通过SSH并执行cd命令切换到该版本库,要么切换你拥有直接的 rwx 访问权限的版本库,就可以提交到该版本库。

......(更多)

猜你喜欢

点击查看