class Git::Log

def first

def first
  check_log
  @commits.first rescue nil
end