pub async fn git_loud<S, I>(args: I) -> Result<String>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Runs Git, printing the command and its stdout. Primarily useful for debugging.
Returns an error if the git command fails.
git