Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprepo.tracked_files #857
Open
repo.tracked_files #857
Labels
Comments
Even though one can certainly get a list of tracked files by iterating a About the post scriptum, when looking for documentation, I could find it. Personally I find the generated docs rather convoluted, which certainly doesn't make it easy to find what one is looking for. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gitpython.readthedocs.io/en/stable/tutorial.html tells that there is
repo.untracked_files
to get list of untracked files.therefor, there should be
repo.tracked_files
to get list of tracked files.ps. how do we even do it now? https://gitpython.readthedocs.io/en/stable/reference.html has no mention of "tracked files"...