git-annex allows managing files with git, without checking the file contents into git
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.
git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.
To install git-annex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-annex
To see what files were installed by git-annex, run:
port contents git-annex
To later upgrade git-annex, run:
sudo port selfupdate && sudo port upgrade git-annex
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.