til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Remove tap

Oftentimes you install a piece of software from a separate tap using brew

You can list all of your taps using:

brew tap

If you want to remove a tap, this can also be done using brew.

brew untap somedeveloper/sometap

Resources and References