pub fn reword_root_commit<'a>(
repo: &'a Repository,
old: &str,
new: &str,
message: &str,
) -> GitResult<Branch<'a>>Expand description
Reword the root commit of the old branch and create a new branch
ยงArguments
repo: The git repositorymessage: The initial commit messageold: The old branch namenew: The new branch name