# File lib/git.rb, line 38
  def self.open(working_dir, options = {})
    Base.open(working_dir, options)
  end