码迷,mamicode.com
首页 > 其他好文 > 详细

Visualizing the Git data model

时间:2018-05-21 12:34:34      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:.com   mod   pos   director   www.   end   ons   log   delete   

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

标签:.com   mod   pos   director   www.   end   ons   log   delete   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!