📅  最后修改于: 2022-03-11 14:57:44.929000             🧑  作者: Mango
# Fetch latest version of homebrew and formula
$ brew update
# Show formulae with an updated version available
$ brew outdated
# Upgrade all outdated and unpinned brews
$ brew upgrade
# Upgrade only the specified brew
$ brew upgrade
# Prevent the specified formulae from being upgraded
$ brew pin
# Allow the specified formulae to be upgraded.
$ brew unpin