- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 110字
- 2021-07-02 15:27:08
Git references
In the previous section, we have seen that a Git repository can be imagined as a tree that, starting from a root (the root-commit), grows upward through one or more branches.
These branches are generally distinguished by a name. In this Git is no exception; if you remember, the experiments conducted so far led us to commit to the master branch of our test repository. Master is precisely the name of the default branch of a Git repository, somewhat like trunk is for Subversion.
But Subversion analogies end here: we will now see how Git handles branches, and for Subversion users it will be a little surprising.
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰(zhàn)與應用
- 數(shù)據(jù)分析實戰(zhàn):基于EXCEL和SPSS系列工具的實踐
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長之路
- Java Data Science Cookbook
- Developing Mobile Games with Moai SDK
- SQL Server 2008數(shù)據(jù)庫應用技術(第二版)
- MongoDB管理與開發(fā)精要
- 大數(shù)據(jù)可視化
- Live Longer with AI
- 數(shù)據(jù)驅動設計:A/B測試提升用戶體驗
- Ceph源碼分析
- MySQL 8.x從入門到精通(視頻教學版)
- 大數(shù)據(jù)架構商業(yè)之路:從業(yè)務需求到技術方案
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- Construct 2 Game Development by Example