What Ever

Results 1 issues of What Ever

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...

enhancement
help wanted