- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 260字
- 2021-07-02 15:27:02
Foreword to the second edition
Welcome to the second edition of Git Essentials!
This paragraph is dedicated to those who have already read the first edition; here you will find an overview of the changes and new things inside this brand-new edition.
First of all, we listened to your feedback: in Chapters 2, Git Fundamentals - Working Locally and Chapter 3, Git Fundamentals - Working Remotely we will look at some technical details in more depth, describing more accurately the internals of Git; this entails extra effort on the part of the reader, but in return, he or she will obtain a more mindful understanding of Git architecture that will later help to grasp the commands of this powerful tool.
The Git ecosystem made some really giant steps forward since April 2015, but at its heart, Git is always the same. Here is an incomplete list of new features and improvements:
- Big improvements for Windows (for example, a fully working credential subsystem, performance enhancements, and so on—see https://github.com/git-for-windows/git).
- Git Large File Storage (LFS)-an additional tool from GitHub friends (see https://git-lfs.github.com).
- Git Virtual File System from Microsoft fellows (see https://github.com/Microsoft/GVFS).
- git worktree command and functionalities. Worktrees are a feature that was first included in Git 2.5; they let you check out and work on multiple repository branches in different directories simultaneously-see https://git-scm.com/docs/git-worktree.
- A lot of improvements and new options for common commands, too many to cite them all.
So the aim of this book is to get started with versioning and learn how to do it proficiently.
Let's start!
- 數(shù)據(jù)庫基礎教程(SQL Server平臺)
- MySQL數(shù)據(jù)庫進階實戰(zhàn)
- Hands-On Data Structures and Algorithms with Rust
- 有趣的二進制:軟件安全與逆向分析
- 云數(shù)據(jù)中心基礎
- 劍破冰山:Oracle開發(fā)藝術
- 文本數(shù)據(jù)挖掘:基于R語言
- PySpark大數(shù)據(jù)分析與應用
- WS-BPEL 2.0 Beginner's Guide
- Python醫(yī)學數(shù)據(jù)分析入門
- INSTANT Cytoscape Complex Network Analysis How-to
- 企業(yè)級數(shù)據(jù)與AI項目成功之道
- 區(qū)塊鏈技術應用與實踐案例
- Oracle高性能SQL引擎剖析:SQL優(yōu)化與調(diào)優(yōu)機制詳解
- Node.js High Performance