Git Query language is an SQL-like language to perform queries on .git files
Git Query language is an SQL-like language to perform queries on .git files which supports most SQL features such as grouping, ordering and aggregation functions.
Git Query language is an SQL-like language to perform queries on .git files which supports most SQL features such as grouping, ordering and aggregation functions.
To install gql, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gql
To see what files were installed by gql, run:
port contents gql
To later upgrade gql, run:
sudo port selfupdate && sudo port upgrade gql
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.