Me resultó sorprendentemente difícil hacer que brew
instale un paquete (si falta) o lo actualice (si ya está instalado). ¿No hay comandos / argumentos simples para hacer eso? Según esta respuesta , terminé haciendo esto:
brew ls --versions git && brew upgrade git || brew install git
después de hacer un brew update
, obviamente.