A python library used to interact with Git repositories.
GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.
GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.
To install py311-gitpython, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-gitpython
To see what files were installed by py311-gitpython, run:
port contents py311-gitpython
To later upgrade py311-gitpython, run:
sudo port selfupdate && sudo port upgrade py311-gitpython
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.