https://github.com/kzu/guit
A dotnet global tool providing a text-based UI for Git
https://github.com/kzu/guit
Last synced: about 1 year ago
JSON representation
A dotnet global tool providing a text-based UI for Git
- Host: GitHub
- URL: https://github.com/kzu/guit
- Owner: kzu
- License: mit
- Created: 2019-08-06T18:36:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T23:34:00.000Z (about 6 years ago)
- Last Synced: 2025-06-30T16:15:36.093Z (about 1 year ago)
- Language: C#
- Size: 527 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 dotnet-guit
============
A dotnet global tool providing a text-based UI for Git leveraging [gui.cs](https://github.com/migueldeicaza/gui.cs).
[](https://www.nuget.org/packages/dotnet-guit)
[](https://www.nuget.org/packages/dotnet-guit)
[](http://build.azdo.io/kzu/oss/27)
[](LICENSE)
[](https://gitter.im/kzu/guit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)




Install:
```
dotnet tool install -g dotnet-guit
```
Update:
```
dotnet tool update -g dotnet-guit
```
To use the CI version of the tool, append `--no-cache --add-source https://pkg.kzu.io/index.json` to both operations above,
or run the `install.cmd` or `update.cmd` from this repository.
To run the tool, open a command prompt on git repo root directory and run `guit`.
You can also install (or update to) a specific version (i.e. for a PR you send) by looking at the version
numbers from the build runs in the [AzDO build](https://build.azdo.io/kzu/oss/27).