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

Version Control with Git

Version Control with Git
作者:Jon Loeliger
副标题:Powerful Tools and Techniques for Collaborative Software Development
出版社:O'Reilly Media
出版年:2009-06
ISBN:9780596520120
行业:其它
浏览数:127

内容简介

Version Control with Git takes you step-by-step through ways to track, merge, and manage software projects, using this highly flexible, open source version control system. Git permits virtually an infinite variety of methods for development and collaboration. Created by Linus Torvalds to manage development of the Linux kernel, it's become the principal tool for distributed version control. But Git's flexibility also means that some users don't understand how to use it to their best advantage. Version Control with Git offers tutorials on the most effective ways to use it, as well as friendly yet rigorous advice to help you navigate Git's many functions. With this book, you will: * 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 访问权限的版本库,就可以提交到该版本库。

......(更多)

猜你喜欢

点击查看