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