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 (發布於 )
用户参与
星數310
關注者數106
派生數87
提交數76
已啟用問題?
問題數10
打開的問題數6
拉請求數7
打開的拉請求數2
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?