An interactive way to peruse your git history in the terminal
git-recall is a simple tool that allows you to easily go through your commits and check what you or other contributors in your team did. It doesn't aim to be a replacement for the git log command, but just to be a convenient way to recall what you've done from your terminal.
git-recall is a simple tool that allows you to easily go through your commits and check what you or other contributors in your team did. It doesn't aim to be a replacement for the git log command, but just to be a convenient way to recall what you've done from your terminal.
To install git-recall, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-recall
To see what files were installed by git-recall, run:
port contents git-recall
To later upgrade git-recall, run:
sudo port selfupdate && sudo port upgrade git-recall
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.