- 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.
推薦閱讀
- Redis使用手冊(cè)
- Python數(shù)據(jù)挖掘:入門、進(jìn)階與實(shí)用案例分析
- 圖解機(jī)器學(xué)習(xí)算法
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- 數(shù)據(jù)驅(qū)動(dòng)設(shè)計(jì):A/B測(cè)試提升用戶體驗(yàn)
- 數(shù)據(jù)中心數(shù)字孿生應(yīng)用實(shí)踐
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- 大數(shù)據(jù)治理與安全:從理論到開源實(shí)踐
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)指南
- R Object-oriented Programming
- Doris實(shí)時(shí)數(shù)倉(cāng)實(shí)戰(zhàn)
- 菜鳥學(xué)SPSS數(shù)據(jù)分析
- Deep Learning with R for Beginners
- 數(shù)據(jù)中臺(tái)實(shí)戰(zhàn):手把手教你搭建數(shù)據(jù)中臺(tái)
- 數(shù)據(jù)挖掘算法實(shí)踐與案例詳解