An idiomatic, lean, fast & safe pure Rust implementation of Git
gitoxide is an implementation of git written in Rust for developing future-proof applications which strive for correctness and performance while providing a pleasant and unsurprising developer experience.
gitoxide is an implementation of git written in Rust for developing future-proof applications which strive for correctness and performance while providing a pleasant and unsurprising developer experience.
To install gitoxide, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gitoxide
To see what files were installed by gitoxide, run:
port contents gitoxide
To later upgrade gitoxide, run:
sudo port selfupdate && sudo port upgrade gitoxide
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.