GitXplorerGitXplorer
h

seegit

public
515 stars
105 forks
11 issues

Commits

List of commits on branch main.
Verified
7e016e4ea3dae2e068a84fe8e0e52930279fd5ad

Rename `master` to `main`

hhaacked committed 5 years ago
Verified
ef085256d573735ab2e56d65e4dd0f0d3c149091

Update version to 1.1.2

hhaacked committed 5 years ago
Verified
ec9a7470544ed6e6538074ad3923fdc07f99b0eb

Merge pull request #92 from haacked/KeRNeLith-update_to_quikgraph_graphshape

hhaacked committed 5 years ago
Verified
b17c87da84af96c9d9e6a791a125d9de460d4a6d

Merge pull request #91 from KeRNeLith/update_to_quikgraph_graphshape

hhaacked committed 5 years ago
Unverified
628ea16b5b450fe00b0e689dca42c1c2eb852fcb

Install open source XAML behaviors for WPF

hhaacked committed 5 years ago
Unverified
0b060b441754dc224012337d1214836cbe849e46

Update QuikGraph and GraphShape latest versions (strong named versions).

KKeRNeLith committed 5 years ago

README

The README file for this repository.

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