GitViz

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerReadify/GitViz
Primary LanguageC#
Program languageC# (Language Count: 1)
Platform
License:
所有者活动
Created At2013-11-06 06:14:33
Pushed At2022-04-17 22:56:41
Last Commit At2019-03-27 10:20:40
Release Count3
Last Release Name1.0.2.0 (Posted on )
First Release Name1.0.0.0 (Posted on )
用户参与
Stargazers Count310
Watchers Count106
Fork Count87
Commits Count76
Has Issues Enabled
Issues Count10
Issue Open Count6
Pull Requests Count7
Pull Requests Open Count2
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private