class Pronto::Git::Repository

def new_file?(path)

def new_file?(path)
  @repo.status(path).include?(:index_new)
end