let (mut remote, _) = radicle::rad::remote(working)?;
remote
.push::<&str>(&[&branch], None)
.push::<&str>(&[&format!("+{branch}:{branch}")], None)
.context("failed to push to storage")?;
}
Ok(branch)