pub fn move(
effects: &Effects,
git_run_info: &GitRunInfo,
source: Option<String>,
dest: Option<String>,
base: Option<String>,
move_options: &MoveOptions
) -> Result<isize>
Expand description
Move a subtree from one place to another.