use crateWrapCommand;
use crategit;
pub use *;
pub const GIT_COMMAND: &str = "init";
/// This command creates an empty Git repository - basically a .git directory with subdirectories for objects, refs/heads, refs/tags, and template files.
/// An initial branch without any commits will be created
/// [Git doc](https://git-scm.com/docs/git-init)