pub fn git_create_branch_at( repo_path: String, branch: String, start_point: String, ) -> Result<(), GitError>