Git Version Control Cookbook
暫譯: Git 版本控制食譜

Aske Olsson, Rasmus Voss

  • 出版商: Packt Publishing
  • 出版日期: 2014-07-19
  • 售價: $2,000
  • 貴賓價: 9.5$1,900
  • 語言: 英文
  • 頁數: 273
  • 裝訂: Paperback
  • ISBN: 1782168451
  • ISBN-13: 9781782168454
  • 相關分類: Version Control
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

90 hands-on recipes that will increase your productivity when using Git as a version control system

Overview

  • Filled with practical recipes that will teach you how to use the most advanced features of the Git system
  • Improve your productivity by learning to work faster, more efficiently, and with more confidence
  • Discover tips and tricks that will show you when and how to use the advanced features of Git

In Detail

Starting with the Git data model, you will learn how Git stores files and how it looks at commits. You will then learn how you can recover from mistakes; from committing on the wrong branch to recovering lost commits/files. Next, you will discover how you can force rebase on some branches and use regular Git merge on other branches. You will also learn how to extract information from the repository.

As you progress through this book, you will learn how you can automate the usual Git processes by utilizing the hook system built into Git. The book also covers advanced repository management, including different options to rewrite the history of a Git repository. Finally, you will discover how you can work offline with Git, how to track what is going on behind the scenes, and how to use the stash for different purposes.

What you will learn from this book

  • Understand the Git data model and how you can navigate the database with simple commands
  • Learn how you can recover lost commits/files
  • Discover how you can force rebase on some branches and use regular Git merge on other branches
  • Extract metadata from a Git repository
  • Familiarize yourself with Git notes
  • Discover how you can work offline with Git
  • Debug with Git and use various techniques to find the faulty commit

Approach

This practical guide contains a wide variety of recipes, taking you through all the topics you need to know about to fully utilize the most advanced features of the Git system.

Who this book is written for

If you are a software developer or a build and release engineer who uses Git in your daily work and want to take your Git knowledge to the next level, then this book is for you. To understand and follow the recipes included in this book, basic knowledge of Git command-line code is mandatory.

商品描述(中文翻譯)

90 個實用食譜,將提升您使用 Git 作為版本控制系統時的生產力

概述
- 充滿實用的食譜,教您如何使用 Git 系統中最先進的功能
- 通過學習更快、更有效率且更有信心地工作來提高您的生產力
- 發現提示和技巧,告訴您何時以及如何使用 Git 的進階功能

詳細內容
從 Git 數據模型開始,您將學習 Git 如何儲存檔案以及如何看待提交。接著,您將學習如何從錯誤中恢復;從在錯誤的分支上提交到恢復丟失的提交/檔案。接下來,您將發現如何在某些分支上強制重置(rebase)以及在其他分支上使用常規的 Git 合併(merge)。您還將學習如何從儲存庫中提取資訊。

隨著您在本書中的進展,您將學習如何利用 Git 內建的 hook 系統自動化常見的 Git 流程。本書還涵蓋了進階的儲存庫管理,包括重寫 Git 儲存庫歷史的不同選項。最後,您將發現如何在離線狀態下使用 Git,如何追蹤幕後發生的事情,以及如何將 stash 用於不同的目的。

您將從本書中學到的內容
- 理解 Git 數據模型以及如何使用簡單的命令導航數據庫
- 學習如何恢復丟失的提交/檔案
- 發現如何在某些分支上強制重置(rebase)以及在其他分支上使用常規的 Git 合併(merge)
- 從 Git 儲存庫中提取元數據
- 熟悉 Git 註解(notes)
- 發現如何在離線狀態下使用 Git
- 使用 Git 進行除錯,並使用各種技術找到有問題的提交

方法
這本實用指南包含各種食譜,帶您了解充分利用 Git 系統中最先進功能所需的所有主題。

本書的讀者對象
如果您是軟體開發人員或在日常工作中使用 Git 的建置與發佈工程師,並希望將您的 Git 知識提升到下一個層次,那麼這本書適合您。要理解和跟隨本書中的食譜,必須具備基本的 Git 命令列代碼知識。