- 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.
推薦閱讀
- SQL查詢:從入門到實(shí)踐(第4版)
- 數(shù)據(jù)驅(qū)動(dòng):從方法到實(shí)踐
- INSTANT Cytoscape Complex Network Analysis How-to
- 大數(shù)據(jù)架構(gòu)和算法實(shí)現(xiàn)之路:電商系統(tǒng)的技術(shù)實(shí)戰(zhàn)
- Learning Proxmox VE
- 企業(yè)級(jí)數(shù)據(jù)與AI項(xiàng)目成功之道
- 數(shù)據(jù)挖掘原理與SPSS Clementine應(yīng)用寶典
- 網(wǎng)站數(shù)據(jù)庫(kù)技術(shù)
- 從0到1:JavaScript 快速上手
- 大數(shù)據(jù)治理與安全:從理論到開源實(shí)踐
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級(jí)版)
- 大數(shù)據(jù)技術(shù)原理與應(yīng)用:概念、存儲(chǔ)、處理、分析與應(yīng)用
- Expert Python Programming(Third Edition)
- 實(shí)現(xiàn)領(lǐng)域驅(qū)動(dòng)設(shè)計(jì)
- Scratch 2.0 Game Development HOTSHOT