gitg is a fast git repository browser. It currently features:
* Loading large repositories very fast
* Show/browse repository history
* Show highlighted revision diff
* Browse file tree of a revision and export by drag and drop
* Search in the revision history on subject, author or hash
* Switch between history view of branches easily
* Commit view providing per hunk stage/unstage and commit
gitg is a fast git repository browser. It currently features:
* Loading large repositories very fast
* Show/browse repository history
* Show highlighted revision diff
* Browse file tree of a revision and export by drag and drop
* Search in the revision history on subject, author or hash
* Switch between history view of branches easily
* Commit view providing per hunk stage/unstage and commit
To install gitg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gitg
To see what files were installed by gitg, run:
port contents gitg
To later upgrade gitg, run:
sudo port selfupdate && sudo port upgrade gitg
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.