squash_commits

Function squash_commits 

Source
pub async fn squash_commits(
    repo: &GitRepository,
    count: usize,
    since_ref: Option<String>,
) -> Result<()>
Expand description

Squash the last N commits into a single commit