write-yourself-a-git
write-yourself-a-git copied to clipboard
Learn Git by reimplementing it from scratch
Results
12
write-yourself-a-git issues
Sort by
recently updated
recently updated
newest added
Hello, in section 6.2 you've mentioned the following > Unlike tags and commits, tree objects are binary objects, but their format is actually quite simple. A tree is the concatenation...
目前看到已经支持的命令,好像只能实现git最基本的历史记录了,没有分支合并的话。[暂且不说 push等远端能力]