pub fn push<W: Write>( wok_config: &mut Config, umbrella: &Repo, stdout: &mut W, set_upstream: bool, all: bool, branch_name: Option<&str>, target_repos: &[PathBuf], ) -> Result<()>