module ChefCLI::Helpers

def git_windows_bin_dir

has a bunch of helpful unix utilties (like ssh, scp, etc.) bundled with it
In our Windows ChefCLI omnibus package we include Git For Windows, which
def git_windows_bin_dir
  @git_windows_bin_dir ||= File.expand_path(File.join(omnibus_root, "embedded", "git", "usr", "bin"))
end