git-recover allows you to recover some files that you've accidentally deleted from your working directory. It helps you find files that exist in the repository's object database - because you ran git add - but were never committed.
git-recover allows you to recover some files that you've accidentally deleted from your working directory. It helps you find files that exist in the repository's object database - because you ran git add - but were never committed.
To install git-recover, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-recover
To see what files were installed by git-recover, run:
port contents git-recover
To later upgrade git-recover, run:
sudo port selfupdate && sudo port upgrade git-recover
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.