File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
10-git-internals/sections Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ contributor => 贡献者
110
110
111
111
==== *D*
112
112
113
- dangling object => 摇摆对象
113
+ dangling object => 悬空对象
114
114
115
115
dumb HTTP protocol => 哑 HTTP 协议
116
116
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ $ find .git/objects -type f
113
113
----
114
114
115
115
仍保留着的几个对象是未被任何提交记录引用的数据对象——在此例中是你之前创建的“what is up, doc?”和“test content”这两个示例数据对象。
116
- 因为你从没将它们添加至任何提交记录中,所以 Git 认为它们是摇摆 (dangling)的,不会将它们打包进新生成的包文件中。
116
+ 因为你从没将它们添加至任何提交记录中,所以 Git 认为它们是悬空 (dangling)的,不会将它们打包进新生成的包文件中。
117
117
118
118
剩下的文件是新创建的包文件和一个索引。
119
119
包文件包含了刚才从文件系统中移除的所有对象的内容。
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ Git 有一些可以与其他的版本控制系统集成的命令。
508
508
509
509
`git fsck` 命令用来检查内部数据库的问题或者不一致性。
510
510
511
- 我们只在 <<_data_recovery>> 这一节中快速使用了一次此命令来搜索所有的漂流对象 (dangling object)。
511
+ 我们只在 <<_data_recovery>> 这一节中快速使用了一次此命令来搜索所有的悬空对象 (dangling object)。
512
512
513
513
==== git reflog
514
514
You can’t perform that action at this time.
0 commit comments