class Pronto::Git::Repository

def initialize(path)

def initialize(path)
  @repo = Rugged::Repository.new(path)
end