首页 > 其他 > 详细

Visualizing the Git data model

时间:2018-05-21 11:16:43      阅读:179      评论:0      收藏:0      [点我收藏+]

I wrote a small tool git-graph.py over the weekend which can be used to generate the graph for the data model of a Git repository. The primary purpose is to help Git learners better understand the Git data model through visualization. You can experiment with various git operations (e.g., add/delete/edit files or directories, merge branches, etc), commit, then run this tool to see what happened to the data model under the hood.

技术分享图片

 

References on Git internals:

Pro Git- Git Internals - Git Objects

Understanding Git?—?Data Model

Learning Git Internals by Example

OSCON 2016: Dissecting Git‘s Guts - Git Internals - Emily Xie.

Visualizing the Git data model

原文:https://www.cnblogs.com/weidagang2046/p/git-graph.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!