Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Open
Labels
Description
https://gitpython.readthedocs.io/en/stable/tutorial.html tells that there isrepo.untracked_files
to get list of untracked files.
therefor, there should berepo.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"...