pub async fn squash_commits( repo: &GitRepository, count: usize, since_ref: Option<String>, ) -> Result<()>
Squash the last N commits into a single commit