Gitless is a version control system built on top of Git, with simpler commands and syntax. Gitless can be used on any Git repository and be mixed with regular git commands.
Gitless is a version control system built on top of Git, with simpler commands and syntax. Gitless can be used on any Git repository and be mixed with regular git commands.
To install gitless, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gitless
To see what files were installed by gitless, run:
port contents gitless
To later upgrade gitless, run:
sudo port selfupdate && sudo port upgrade gitless
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.