mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

Current situation with update.sh & update-reset.sh: Upon creating a new tap and before adding remote 'origin' to it, running `brew update` produces multiple cryptic error messages. This change converts these cryptic Git messages into clear warnings about absent remote 'origin'. How to test: 1. Create a new tap using `brew tap-new` 2. Run `brew update`
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.