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
- Host: GitHub
- URL: https://github.com/bgrainger/gitblame
- Owner: bgrainger
- License: gpl-2.0
- Created: 2011-03-22T02:09:12.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T05:43:28.000Z (about 6 years ago)
- Last Synced: 2025-04-07T16:51:53.527Z (9 months ago)
- Topics: git, git-blame, gitblame, netcore3, wpf
- Language: C#
- Homepage:
- Size: 72.4 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.