Open
Description
API documentation at https://gitpython.readthedocs.io/en/stable/reference.html#git.repo.base.Repo.git does not describe repo.git
. What type of object is it? What are its function definitions?
I'm looking at modifying code that uses repo.git.describe()
(which I would think would be a popular function and thus definitely documented), but I can find no function definition in the api, and I dont' know what arguments it accepts.