Visualizing the Git data model
Posted Programming.log - a place to k
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Visualizing the Git data model相关的知识,希望对你有一定的参考价值。
I wrote a small tool git-graph.py over the weekend which can be used to generate the object graph 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 in the .git directory 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的主要内容,如果未能解决你的问题,请参考以下文章
R语言ggplot2可视化:使用堆叠的条形图(Stacked Barplot)可视化每个数据行(row)的缺失值的情况(Visualizing missing data counts in rows)
Visualizing wave interference using FireMonkey(很美)
Visualizing and Understanding Convolutional Networks
Lecture 12: Visualizing and Understanding
Visualizing and Understanding Convolutional Networks论文复现笔记
R TUTORIAL: VISUALIZING MULTIVARIATE RELATIONSHIPS IN LARGE DATASETS