Skip to content

gitter-badger/guit

 
 

Repository files navigation

dotnet git

A dotnet global tool providing a text-based UI for Git leveraging gui.cs.

Version Downloads Build Status License

Install:

dotnet tool install -g guit

Update:

dotnet tool update -g guit

To use the CI version of the tool, append --no-cache --add-source https://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 (or dotnet 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.

About

A dotnet global tool providing a text-based UI for Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%