pub fn get_all_files_changed_since_branch(
package_info: &Vec<PackageInfo>,
branch: &String,
cwd: Option<String>,
) -> Vec<String>
Expand description
Given an input of the “main” branch name, returns all the files that have changed since the current branch was created