use crateWrapCommand;
use crategit;
pub use *;
pub const GIT_COMMAND: &str = "fetch";
/// Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories.
/// Remote-tracking branches are updated.
/// [Git doc](https://git-scm.com/docs/git-fetch)