Skip to content
/ guit Public

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

License

Notifications You must be signed in to change notification settings

kzu/guit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 19, 2020
2be715a · Jul 19, 2020
Jul 19, 2020
Apr 5, 2020
Jul 19, 2020
Aug 6, 2019
Aug 6, 2019
Aug 6, 2019
Sep 13, 2019
Oct 2, 2019
Mar 12, 2020
Aug 6, 2019
Jul 19, 2020
Mar 12, 2020
Oct 23, 2019
Oct 23, 2019

Repository files navigation

Icon dotnet-guit

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

Version Downloads Build Status License Join the chat at https://gitter.im/kzu/guit

changes view sync view log view cherry-pick view

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.