class Bundler::Source::Git

def set_up_app_cache!(path)

def set_up_app_cache!(path)
  FileUtils.mkdir_p(path.join("refs"))
  set_cache_path!(path)
end