Git for Programmers: Master Git for effective implementation of version control for your programming projects
Liberty, Jesse
- 出版商: Packt Publishing
- 出版日期: 2021-06-30
- 售價: $1,980
- 貴賓價: 9.5 折 $1,881
- 語言: 英文
- 頁數: 264
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1801075735
- ISBN-13: 9781801075732
-
相關分類:
Version Control、R 語言
-
相關翻譯:
玩真的!Git ✕ GitHub 實戰手冊 - coding 實境、協同開發、雲端同步, 用最具臨場感的開發實例紮實學會! (Git for Programmers) (繁中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,280$2,166 -
$709Android 高級編程, 4/e
相關主題
商品描述
Learn to track, branch, merge, and manage code revisions for real-world development scenarios
Key Features:
- Master Git and understand the significance of version control
- Get to grips with Git's typical workflows, advanced functions, and their implementations
- Understand important git commands to manage your repository
Book Description:
Git is the most popular version control system in the world. It allows developers to keep up with frequent code changes in a project, ensures there are no code conflicts between the developers, and reverts to an older version of code when required.
Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. This book will help you gain expertise on Git with many practical use cases as you progress through the chapters.
The book begins with a quick history of Git and instructions on how to get it and install it, after which you'll dive into the creation and cloning of your repository. As you progress through the book, you'll explore Git places, branching, and GUIs.
Once you understand the fundamentals, you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log. You'll also explore important Git commands for managing your repository. Finally, the book concludes with coverage of bisect, blame, and several other problem handling techniques.
By the end of this book, you'll be able to use git with confidence; saving, sharing, and managing files as well as undoing mistakes and rewriting history.
What You Will Learn:
Create and clone repositories
Understand the difference between local and remote repositories
Use, manage, and merge branches back into the main branch
Utilize tools to manage merge conflicts
Manage commits on your local machine through interactive rebasing
Use the log to gain control over all the data in your repository
Use bisect, blame, and other tools to undo Git mistakes
Who this book is for:
If you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you.