The Wayback Machine - http://web.archive.org/web/20201114233805/https://github.com/Haacked/SeeGit
Skip to content
main
Go to file
Code

Latest commit

The Internet Engineering Task Force (IEFT) points out that "Master-slave is an oppressive metaphor (https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1.1) that will and should never become fully detached from history" as well as "In addition to being inappropriate and arcane, the master-slave metaphor is both technically and historically inaccurate."

It also turns out that the `master` branch naming of Git is not from "master" copy but is a legacy of its BitKeeper origins and master/slave repositories.
https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00066.html

This renames the `master` branch to `main` which is a more accurate description and uses more inclusive language.
7e016e4

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SeeGit - The Git Repository Visualizer

This is a little experiment in creating a realtime git repository visualizer.

Screenshot

WARNING: This is some haacky code. I plan to rewrite it later. It's a proof of concept

Goal

I just want something that I can use during presentations on Git. So as I run commands, it'll show the git graph in a beautiful manner.

Next steps

  • I need to add local and remote branch annotations.

Quick start

  • Visit our Release Page to download the latest stable release.
  • Unzip files into a directory of your choice.
  • Click on SeeGit.Exe.
  • Point SeeGit to the root of a git repository. ** for larger repositories it may take a bit to load. Be patient.

Development

To build the project you will need Expression Blend SDK. Additionally, to run the build script you will need Windows PowerShell (Win 7 here and WinXP here).

If you would like to contribute, check out the CONTRIBUTING guidelines.

If you're wondering why the unit tests are structured as they are, read my blog post about structuring unit tests.

License

MIT License

Credits

You can’t perform that action at this time.