Git Recipes: A Problem-Solution Approach (Paperback)

Wlodzimierz Gajda

  • 出版商: Apress
  • 出版日期: 2013-12-19
  • 售價: $2,160
  • 貴賓價: 9.5$2,052
  • 語言: 英文
  • 頁數: 420
  • 裝訂: Paperback
  • ISBN: 143026103X
  • ISBN-13: 9781430261032
  • 相關分類: Version Control
  • 海外代購書籍(需單獨結帳)

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

商品描述

Whether you're relatively new to git or you need a refresher, or if you just need a quick, handy reference for common tasks in git, Git Recipes is just the reference book you need.

































With recipes to cover any task you can think of, including working with GitHub and git on BitBucket, Git Recipes shows you how to work with large repositories, new repositories, forks, clones, conflicts, differences, and it even gives you practical scenarios you may find yourself dealing with while using git.
































If you work with Git at all, you need this hands-on, practical reference for all things Git.
































































What you’ll learn

  • How to work with both well-known and local repositories
  • How to deal with issues like dangling revisions and disjointed branches
  • How to pinpoint who made specific changes
  • How to deal with textual and binary conflicts
  • How to work with hosted solutions like GitHub and BitBucket
  • How to work with git in large groups

Who this book is for

People who need a quick, practical reference for everything related to Git.

Table of Contents

1. Getting started with git
2. Playing with well-known repositories
3. Creating Local Repositories with Linear History
4. Managing Files
5. Branches
6. Merging Branches
7. Rebasing branches
8. Modifying the history
9. Resolving Collisions
10. Remote repositories and synchronization
11. Hosting git repositories
12. Working with GitHub.com
13. More Recipes on Files

商品描述(中文翻譯)

無論你是對git相對陌生還是需要複習,或者只是需要一本快速、方便的參考書來處理git中常見任務,《Git Recipes》就是你需要的參考書。這本書提供了各種任務的解決方案,包括在GitHub和BitBucket上使用git,它向你展示如何處理大型倉庫、新倉庫、分支、克隆、衝突、差異,甚至還提供了你在使用git時可能遇到的實際場景。

如果你有任何與git相關的工作,你都需要這本實用的參考書。

這本書適合需要一本快速、實用的參考書來處理與Git相關的一切的人。

目錄:
1. 開始使用git
2. 操作已知的倉庫
3. 創建具有線性歷史的本地倉庫
4. 管理文件
5. 分支
6. 合併分支
7. 分支重定基
8. 修改歷史
9. 解決衝突
10. 遠程倉庫和同步
11. 托管git倉庫
12. 使用GitHub.com
13. 更多關於文件的示例