An open API service indexing awesome lists of open source software.

https://github.com/bgrainger/gitblame

"git blame" GUI for Windows
https://github.com/bgrainger/gitblame

git git-blame gitblame netcore3 wpf

Last synced: 6 months ago
JSON representation

"git blame" GUI for Windows

Awesome Lists containing this project

README

          

## About

GitBlame is a streamlined GUI for viewing `git blame` output on Windows.

## How to Build

This project requires .NET Core 3.0 (or Visual Studio 2019 or later) on Windows. After
cloning the repository, open `GitBlame\GitBlame.sln` and build it, or run `dotnet build`.

[Git for Windows](https://gitforwindows.org) must be installed for GitBlame to function correctly.

## License

GitBlame is licensed under GPL v2, just like git itself. See `COPYING` for more information.