Rating:

Author: Jon Loeliger
ISBN : B008Y4OR3A
New from $15.49
Format: PDF, EPUB
Download Free Version Control with Git: Powerful tools and techniques for collaborative software development from mediafire, rapishare, and mirror link
Get up to speed on Git for tracking, branching, merging, and managing code revisions. Through a series of step-by-step tutorials, this practical guide takes you quickly from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating the many functions of this open source version control system.
This thoroughly revised edition also includes tips for manipulating trees, extended coverage of the reflog and stash, and a complete introduction to the GitHub repository. Git lets you manage code development in a virtually endless variety of ways, once you understand how to harness the system’s flexibility. This book shows you how.
- Learn how to use Git for several real-world development scenarios
- Gain insight into Git’s common-use cases, initial tasks, and basic functions
- Use the system for both centralized and distributed version control
- Learn how to manage merges, conflicts, patches, and diffs
- Apply advanced techniques such as rebasing, hooks, and ways to handle submodules
- Interact with Subversion (SVN) repositories—including SVN to Git conversions
- Navigate, use, and contribute to open source projects though GitHub
Download latest books on mediafire and other links compilation Free Version Control with Git: Powerful tools and techniques for collaborative software development
- File Size: 4424 KB
- Print Length: 456 pages
- Simultaneous Device Usage: Unlimited
- Publisher: O'Reilly Media; 2 edition (August 15, 2012)
- Sold by: Amazon Digital Services, Inc.
- Language: English
- ASIN: B008Y4OR3A
- Text-to-Speech: Enabled
X-Ray:
- Lending: Not Enabled
- Amazon Best Sellers Rank: #56,044 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
- #14
in Books > Computers & Technology > Computer Science > Software Engineering > Design Tools & Techniques - #99
in Books > Computers & Technology > Programming > Software Design, Testing & Engineering > Software Development
- #14
in Books > Computers & Technology > Computer Science > Software Engineering > Design Tools & Techniques - #99
in Books > Computers & Technology > Programming > Software Design, Testing & Engineering > Software Development
Free Version Control with Git: Powerful tools and techniques for collaborative software development
Though more comprehensive than Scott Chacon's Pro Git, this book is a mess. It fails both as a reference and as a tutorial. It's written in a verbose, example-driven style, which dulls its usefulness as a reference; and the authors' ludicrous sense of pacing ruins it as a tutorial.
The chapter that is supposed to serve as an introduction to git (Chapter 3) is a scattershot mishmash of common tasks like executing a commit and once-off configuration commands like setting your commit author information. The common tasks that it covers tend to be covered very, very quickly as more of a teaser for more-complete coverage later in the book. While it's fine to delay full coverage of usage until later, reading only this chapter would leave you totally ill-equipped to do anything useful with git. By contrast, Chapter 2 of Pro Git contains most everything you need to be an autonomous, if somewhat unsophisticated, git user working in a single branch.
Chapter 4, ostensibly about "Basic Git Concepts" (since that is its title), is actually mostly about git internals, and is completely out of place at the beginning of the book. Why are we covering blobs and packfiles before we even cover what a branch is? Does knowing the git write-tree command help me understand how to use git well as a beginner? (And if you're not concerned about beginners, why include information about how to install git?) This is basic stuff, guys: cover the high-level interface first, then cover the low-level commands and internals. Would you start off a Unix tutorial by talking about disk blocks and inodes before covering what a directory is?
This pattern continues throughout the book.
Git is a distributed revision control and source code management system used primarily in software development. Git is the version control system used for Linux kernel development. Git was initially designed by Linus Torvalds. Git is free software distributed under the GNU General Public License v.2. Version Control with Git, 2nd Edition will take the reader from installation through advanced Git usage with concise tutorials.
This book is my first exposure to Git and version control systems. After noticing WordPress and other theme frameworks appearing in Git repositories hosted at Github I wanted to learn more about the technology. In my opinion, Version Control with Git, 2nd Edition hits a home run in the tech book category. The books starts with the basics of getting and installing the free software. Progression starts at the fundamentals and advances to more complex examples building on the foundations laid in the previous chapters.
Git can be installed on Linux, Unix (POSIX), Mac Os X, and Windows. I installed to Linux. While working through the examples I was impressed that the code samples worked without fail. Git is a complex software program. The authors take considerable steps to explain the underlying logic of features. Understanding why something happens is always helpful when learning a new technology. Abstract concepts like branching and merging were explained using diagrams. Once a diagram format was introduced, it was used in subsequent explanations when applicable. The book communicates the subject matter in a clear and easy manner that instills confidence in the reader. Multiple examples are used to illustrate complex subjects that would otherwise seem abstract.
Download Link 1