module Git

Public Class Methods

clone_without_env(repository, name, opts = {}) click to toggle source
# File lib/ext/git_ext.rb, line 5
def self.clone_without_env(repository, name, opts = {})
  opts = Git::Lib.new.clone_without_env(repository, name, opts)
  Base.new(opts)
end