Function asyncgit::sync::branch::merge_rebase::merge_upstream_rebase
source · pub fn merge_upstream_rebase(
repo_path: &RepoPath,
branch_name: &str
) -> Result<CommitId>
Expand description
tries merging current branch with its upstream using rebase