Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Closed
Labels
Description
Let's say I have a new folder with three new files in it.
When I usegit status it will show like this:
MyProject/New Folder/But when I use GitPython'srepo.untracked_files it will show like this:
MyProject/New Folder/file_a.txtMyProject/New Folder/file_b.txtMyProject/New Folder/file_c.txtIs there a way to get the same result as thegit status version?