博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Git Notes
阅读量:7047 次
发布时间:2019-06-28

本文共 440 字,大约阅读时间需要 1 分钟。

hot3.png

相关概念:

  1. Tree(

    Git tracks the pathnames of files through another kind of object

    called a tree.

    and might be pointed by different commits)

  2. Index

  3. Blob: Binary file for storge

  4. Commit: according to each ci, the head point to the latest ci.  A commit might point to its parent commit。Different commits might have same trees. Ci storaged in a graph struct.

  5. Tag: a tag poin to one ci

Next read: page 47

转载于:https://my.oschina.net/edwardpku/blog/106886

你可能感兴趣的文章
Uva 193 - Graph Coloring
查看>>
(译)Windsor入门教程---第二部分 引用Windsor
查看>>
一个div 实现纸张阴影效果
查看>>
获取ObjectStack属性的4种方式
查看>>
Silverlight中自定义控件集合的xmlns命名空间关联的建议前缀
查看>>
https
查看>>
beta冲刺(5/7)
查看>>
[URAL-1517][求两个字符串的最长公共子串]
查看>>
分数规划整理
查看>>
win8销量超win7
查看>>
[HDU5528]Count a * b
查看>>
[HDU5968]异或密码
查看>>
Vue的安装
查看>>
iOS开发~CocoaPods使用详细说明
查看>>
Symantec System Recovery
查看>>
django之template模板层-60
查看>>
Java并发编程:同步容器(转)
查看>>
php递归实现二分算法
查看>>
用python爬取安居客苏州的房价数据
查看>>
Java中的StringTokenizer类的使用方法
查看>>