pub async fn git_diff_to_remote(cwd: &Path) -> Option<GitDiffToRemote>Expand description
Returns the closest git sha to HEAD that is on a remote as well as the diff to that sha.
pub async fn git_diff_to_remote(cwd: &Path) -> Option<GitDiffToRemote>Returns the closest git sha to HEAD that is on a remote as well as the diff to that sha.