更新时间:2021-08-05 17:19:53
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Starting a Git Repository
Configuring Git
Initializing a new repository
Cloning an existent repository
Working with the repository
Summary
Chapter 2. Working in a Team Using Git
Creating a server repository
Pushing data on remote repositories – Jim's case
Pulling data from the repository
Creating a patch
Working with branches
Tracking branches
Merging
Rebase
Cherry-pick
Using tags
Chapter 3. Finding and Resolving Conflicts
Finding content inside your repository
Stashing your changes
Cleaning your mistakes
Fixing errors by practical examples
Chapter 4. Going Deeper into Git
Migrating an SVN repository to Git
Using Git within an SVN environment
Managing Git submodules
Creating and applying patches
Git hooks
Customizing Git
Chapter 5. Using Git for Continuous Integration
Creating an efficient branching system
Working with Continuous Integration using Git
Git tools you might like
Index