Module: Git

Defined in:
lib/ext/git_ext.rb

Class Method Summary collapse

Class Method Details

.clone_without_env(repository, name, opts = {}) ⇒ Object



5
6
7
8
# 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