- Git Version Control Cookbook
- Aske Olsson Rasmus Voss
- 223字
- 2021-12-08 12:33:45
Preface
Git is the clear leader in the new paradigm of distributed version control systems. Originally developed by Linus Torvalds as a source control management (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 an inspiration for you. 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, you have all the history stored locally. Use it to search through the history, view the history, find the last commit touching a particular line, and so on.
- Using branches effectively with options and strategies to push, pull, and merge.
- 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 to various common and uncommon Git operations. The book can help ease your daily work with Git by providing recipes for common issues, useful tips and tricks, and in-depth clarifications of why and how they work.
- Mastering JavaScript Object-Oriented Programming
- 微服務與事件驅動架構
- C語言程序設計基礎與實驗指導
- Django:Web Development with Python
- Visual C++應用開發
- 算法訓練營:提高篇(全彩版)
- Mastering Drupal 8 Views
- 青少年學Python(第1冊)
- Babylon.js Essentials
- Python:Deeper Insights into Machine Learning
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Fastdata Processing with Spark
- 貫通Tomcat開發
- Instant Automapper
- Docker:容器與容器云(第2版)