Git in Practice (Paperback)

Mike McQuaid

  • 出版商: Manning
  • 出版日期: 2014-10-12
  • 定價: $1,398
  • 售價: 9.5$1,328
  • 貴賓價: 9.0$1,258
  • 語言: 英文
  • 頁數: 272
  • 裝訂: Paperback
  • ISBN: 1617291978
  • ISBN-13: 9781617291975
  • 相關分類: Version Control
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

相關主題

商品描述

Summary

Git in Practice is a collection of 66 tested techniques that will optimize the way you and your team manage your development projects. The book begins with a brief reminder of the core version control concepts you need when using Git and moves on to the high-value features you may not have explored yet. Then, you'll dig into cookbook-style techniques like history visualization, advanced branching and rewriting history each presented in a problem-solution-discussion format. Finally you'll work out how to use Git to its full potential through configuration, team workflows, submodules and using GitHub pull requests effectively.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Git is a source control system, but it's a lot more than just that. For teams working in today's agile, continuous delivery environments, Git is a strategic advantage. Built with a decentralized structure that's perfect for a distributed team, Git manages branching, committing, complex merges, and task switching with minimal ceremony so you can concentrate on your code.

About the Book

Git in Practice is a collection of battle-tested techniques designed to optimize the way you and your team manage development projects. After a brief overview of Git's core features, this practical guide moves quickly to high-value topics like history visualization, advanced branching and rewriting, optimized configuration, team workflows, submodules, and how to use GitHub pull requests. Written in an easy-to-follow Problem/Solution/Discussion format with numerous diagrams and examples, it skips the theory and gets right to the nitty-gritty tasks that will transform the way you work.

Written for developers familiar with version control and ready for the good stuff in Git.

What's Inside

  • Team interaction strategies and techniques
  • Replacing bad habits with good practices
  • Juggling complex configurations
  • Rewriting history and disaster recovery

About the Author

Mike McQuaid is a software engineer at GitHub. He's contributed to Qt and the Linux kernel, and he maintains the Git-based Homebrew project.

Table of Contents

PART 1 INTRODUCTION TO GIT
PART 2 GIT ESSENTIALS
PART 3 ADVANCED GIT
PART 4 GIT BEST PRACTICES
  1. Local Git
  2. Remote Git
  3. Filesystem interactions
  4. History visualization
  5. Advanced branching
  6. Rewriting history and disaster recovery
  7. Personalizing Git
  8. Vendoring dependencies as submodules
  9. Working with Subversion
  10. GitHub pull requests
  11. Hosting a repository
  12. Creating a clean history
  13. Merging vs. rebasing
  14. Recommended team workflows

商品描述(中文翻譯)


摘要

Git實踐是一本收集了66個經過測試的技巧,將優化您和您的團隊管理開發項目的方式。本書首先簡要回顧了使用Git時所需的核心版本控制概念,然後介紹了您可能尚未探索的高價值功能。接下來,您將深入研究像歷史可視化、高級分支和重寫歷史等烹飪書風格的技巧,每個技巧都以問題-解決方案-討論的形式呈現。最後,您將通過配置、團隊工作流程、子模塊以及有效使用GitHub拉取請求來充分發揮Git的潛力。

購買印刷版書籍將包含Manning Publications提供的PDF、Kindle和ePub格式的免費電子書。

關於技術

Git是一個源代碼控制系統,但它不僅僅是這樣。對於在當今敏捷、持續交付環境中工作的團隊來說,Git是一個戰略優勢。Git具有分散式結構,非常適合分散團隊使用,它管理分支、提交、複雜合併和任務切換,儀式最少,讓您可以專注於代碼。

關於本書

Git實踐是一本經過實戰驗證的技巧集,旨在優化您和您的團隊管理開發項目的方式。在簡要介紹Git的核心功能後,這本實用指南迅速轉向高價值主題,如歷史可視化、高級分支和重寫、優化配置、團隊工作流程、子模塊以及如何使用GitHub拉取請求。本書以易於理解的問題/解決方案/討論格式撰寫,並附有大量的圖表和示例,跳過理論,直接介紹將改變您工作方式的具體任務。

本書適合熟悉版本控制並準備好進入Git的開發人員閱讀。

內容簡介


  • 團隊互動策略和技巧

  • 替換不良習慣的良好實踐

  • 處理複雜配置

  • 重寫歷史和災難恢復

關於作者

Mike McQuaid是GitHub的軟體工程師。他曾為Qt和Linux內核做出貢獻,並維護著基於Git的Homebrew項目。

目錄

第1部分 Git簡介

第2部分 Git基礎

第3部分 Git進階

第4部分 Git最佳實踐


  1. 本地Git

  2. 遠程Git

  3. 文件系統交互

  4. 歷史可視化

  5. 高級分支

  6. 重寫歷史和災難恢復

  7. 個性化Git

  8. 將依賴項作為子模塊進行管理

  9. 與Subversion一起使用

  10. GitHub拉取請求

  11. 託管存儲庫

  12. 創建乾淨的歷史

  13. 合併與變基

  14. 推薦的團隊工作流程