use crateWrapCommand;
use crategit;
pub use *;
pub const GIT_COMMAND: &str = "ls-files";
/// Show information about files in the index and the working tree.
/// This command merges the file listing in the index with the actual working directory list, and shows different combinations of the two.
/// [Git doc](https://git-scm.com/docs/git-ls-files)