Git is increasingly becoming the de facto standard for Source Control Management (SCM) in modern software development.
Originally developed by Linus Torvalds as an SCM system for the Linux kernel to replace the proprietary SCM BitKeeper, Git has since conquered most of the open source world and is also used by lots of organizations for their private/proprietary projects.
This book is designed to give you practical recipes for everyday Git usage. The recipes can be used directly or as inspiration. The book will cover the Git data model through practical recipes and in-depth explanations so you get a deeper understanding of the internal workings of Git. This book will show you the following topics:
- Working with the history. With Git, all the history is stored locally. You can search through the history, view the history, find the last commit on a certain branch, and more.
- Using branches effectively with options and strategies to push, pull, and merge them.
- Storing and extracting additional metadata in the Git repository.
- Disaster recovery: local and global.
Git Version Control Cookbook gives you precise, step-by-step instructions for various common and uncommon Git operations. The book will make your daily work with Git easier by providing recipes for common issues, useful tips and tricks, and in-depth clarifications of why and how they work.