A modern Git CLI tool with both traditional command-line and interactive incremental-search UI.
ggc is a Git tool written in Go, offering both traditional CLI commands and an interactive interface with incremental search. You can either run subcommands like ggc add directly, or launch the interactive mode by simply typing ggc. Designed to be fast, user-friendly, and extensible.
ggc is a Git tool written in Go, offering both traditional CLI commands and an interactive interface with incremental search. You can either run subcommands like ggc add directly, or launch the interactive mode by simply typing ggc. Designed to be fast, user-friendly, and extensible.
To install ggc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ggc
To see what files were installed by ggc, run:
port contents ggc
To later upgrade ggc, run:
sudo port selfupdate && sudo port upgrade ggc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.