Expand description
Helper functions to traverse + enumerate the project’s filesystem, used by multiple task implementations.
Functions§
- git_
diffed - Return a list of all files that are currently git diffed, including those which have been staged, but not yet been committed.
- git_
ls_ files - Return files tracked by git (excluding those from .gitignore), including those which have not yet been staged / committed.