GitViz

实时、演示质量高的 Git 可视化工具,帮助开展 Git 培训。「Real-time, presentation-quality, Git visualizer to help with Git training」

Github星跟踪图

GitViz

Psst, hey... are you looking for a .NET Core 3 version? Check out the netcore branch. Contributions and PRs on that branch are very welcome!

Type commands. See their effect in real time. Perfect rendering for presentations.

Among the many things we do at Readify to help people build better software, we teach people about Git.

For newbies, the concept of commit graphs, references, branches and merges can be a bit hard to visualize.

Instead of trying to do all this on slides, or in sync on a whiteboard, we wanted to be able to run real commands and see a presentation quality diagram in real-time. This tool does that.

We also intelligently render unreachable commits to help people understand hard resets and rebases.

Screenshot animation

Where do I get it?

Pre-built binaries are available at https://github.com/Readify/GitViz/releases

Release Quality

Alpha. This entire project so far consists of one Readify guy sitting down the back of a training course and tapping away for a few hours, no more.

What is 'presentation quality'?

Large. Clear. Projector-optimized and tested colors. Just enough information to be useful.

What this tool does NOT do

This is not a day-to-day visualizing tool for big, active repositories. It's optimised for repositories with less than 20 commits, for very specific training scenarios in live presentations.

How it works

Shells out to git.exe, and then renders it with the excellent GraphSharp.

FAQ

How can I remove dangling commits?

GitViz shows dangling commits to make it easier to visualise rebases and other history rewrites. To remove those commits to clean things up run (this will delete all unreachable objects in the repo, be careful):

git reflog expire --expire-unreachable=now --all
git gc --prune=now

主要指标

概览
名称与所有者Readify/GitViz
主编程语言C#
编程语言C# (语言数: 1)
平台
许可证
所有者活动
创建于2013-11-06 06:14:33
推送于2022-04-17 22:56:41
最后一次提交2019-03-27 10:20:40
发布数3
最新版本名称1.0.2.0 (发布于 )
第一版名称1.0.0.0 (发布于 )
用户参与
星数315
关注者数106
派生数86
提交数76
已启用问题?
问题数10
打开的问题数6
拉请求数7
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?