rebase

Function rebase 

Source
pub async fn rebase(branch_name: &str) -> Result<(), Error>
Expand description

Rebase a branch and all its descendants onto trunk.

ยงErrors

Returns an error if the branch is not found, or if git operations fail.