Git : Best Practices Guide
暫譯: Git:最佳實踐指南
Eric Pidoux
- 出版商: Packt Publishing
- 出版日期: 2014-11-23
- 售價: $1,350
- 貴賓價: 9.5 折 $1,283
- 語言: 英文
- 頁數: 102
- 裝訂: Paperback
- ISBN: 1783553731
- ISBN-13: 9781783553730
-
相關分類:
Version Control
海外代購書籍(需單獨結帳)
相關主題
商品描述
About This Book
- Work with a versioning tool for continuous integration using Git
- Learn how to make the best use of Git's features
- Comprehensible guidelines with useful tricks and tips for effectively using Git for collaborative and Agile development
Who This Book Is For
If you are a developer and you want to completely master Git without heavy theory, this is the book for you. A reasonable knowledge level and basic understanding of Git concepts will get you started with this book.
What You Will Learn
- Create a Git repository and learn how to push your code to the repository
- Discover the easiest Git commands to use and manage your repository
- Learn how to find and resolve conflicts and mistakes
- Explore Git with your team members using commands such as clone, pull, and branch
- Set up Git for Continuous Integration to improve workflow
- Understand tag commits for mapping the application version
- An introduction to repository management and other Git tools
In Detail
Git is a powerful versioning system. It is fast and logical, and helps developers to work with a team efficiently. The command set and learning curve of Git are pretty similar to and even better than any other SCM, and therefore it is comparatively easier to learn.
Starting with the basic Git commands, this book will take you on a journey to explore all the features of Git and provide you with a way to integrate Git in a team to set up Agile methods and Continuous Integration.
The book covers how to create and manage a repository on Git before moving on to explain the best practices to work with other developers as a team. It provides descriptions of Git's features, such as applying patch, using submodules, migrating from SVN, hooks, and cherry pick.
This book is invaluable to anyone who wants a thorough reference guide to go back to every time they have questions about any feature of Git.
商品描述(中文翻譯)
掌握 Git 的最佳實踐,透過實時場景來最大化團隊效率和工作流程
本書介紹
- 使用 Git 作為持續整合的版本控制工具
- 學習如何充分利用 Git 的功能
- 提供易於理解的指導,並附有有效使用 Git 進行協作和敏捷開發的技巧和提示
本書適合誰閱讀
如果你是一名開發者,並且希望在不需要深入理論的情況下完全掌握 Git,那麼這本書就是為你而寫的。具備合理的知識水平和對 Git 概念的基本理解將幫助你開始閱讀本書。
你將學到什麼
- 創建 Git 倉庫並學習如何將代碼推送到倉庫
- 發現最簡單的 Git 命令來使用和管理你的倉庫
- 學習如何查找和解決衝突及錯誤
- 與團隊成員一起探索 Git,使用如 clone、pull 和 branch 等命令
- 設置 Git 以進行持續整合以改善工作流程
- 理解標籤提交以映射應用程序版本
- 介紹倉庫管理和其他 Git 工具
詳細內容
Git 是一個強大的版本控制系統。它快速且邏輯清晰,幫助開發者高效地與團隊合作。Git 的命令集和學習曲線與其他 SCM 相似,甚至更好,因此相對容易學習。
從基本的 Git 命令開始,本書將帶你探索 Git 的所有功能,並提供將 Git 整合到團隊中以設置敏捷方法和持續整合的方式。
本書涵蓋如何在 Git 上創建和管理倉庫,然後解釋與其他開發者作為團隊合作的最佳實踐。它提供了 Git 功能的描述,例如應用補丁、使用子模組、從 SVN 遷移、hooks 和 cherry pick。
這本書對於任何希望擁有全面參考指南的人來說都是無價的,無論何時對 Git 的任何功能有疑問,都可以回來查閱。