Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
Closed
Labels
Description
I have a feature request: it will be useful to have something similar togit status <path>
that returns which files are modified, untracked, etc. - in the give directory only.
Similar torepo.is_dirty()
, but something that accepts path as well.
The usecase: we use git commitish to generate docker tags, and need to know whether a particular module directory is dirty.