菜单 学习猿地 - LMONKEY

VIP

开通学习猿地VIP

尊享10项VIP特权 持续新增

知识通关挑战

打卡带练!告别无效练习

接私单赚外块

VIP优先接,累计金额超百万

学习猿地私房课免费学

大厂实战课仅对VIP开放

你的一对一导师

每月可免费咨询大牛30次

领取更多软件工程师实用特权

入驻
273
0

Git is fundamentally a content-addressable filesystem with a VCS user interface written on top of it

原创
05/13 14:22
阅读数 89407

w

“加一层去解决问题”:计算机解决问题的思路。怎样将其应用到代码中呢?比如亚马逊接口的开发。

git加一UI层去实现易用性和降低用户的迁移成本。

 

https://git-scm.com/book/en/v1/Git-Internals

Now that you’re here, let’s get started. First, if it isn’t yet clear, Git is fundamentally a content-addressable filesystem with a VCS user interface written on top of it. You’ll learn more about what this means in a bit.

In the early days of Git (mostly pre 1.5), the user interface was much more complex because it emphasized this filesystem rather than a polished VCS. In the last few years, the UI has been refined until it’s as clean and easy to use as any system out there; but often, the stereotype lingers about the early Git UI that was complex and difficult to learn.

发表评论

0/200
273 点赞
0 评论
收藏