class Bundler::Source::Git

def install_path

repos, this is set to the local repo.
checkout of the git repository. When using local git
This is the path which is going to contain a specific
def install_path
  @install_path ||= begin
    git_scope = "#{base_name}-#{shortref_for_path(revision)}"
    Bundler.install_path.join(git_scope)
  end
end