# File lib/git.rb, line 55
  def self.bare(git_dir, options = {})
    Base.bare(git_dir, options)
  end