class Git::Log

def cherry

def cherry
  dirty_log
  @cherry = true
  return self
end