List all the current tapped repositories (taps)

brew tap

Tap a formula repository from Github using https for tap https://github.com/user/homebrew-repo

brew tap <user/repo>

Tap a formula repository from the specified URL

brew tap <user/repo> <URL>

Remove the given tap from the repository

brew untap <user/repo>
Comments