Skip to content

Instantly share code, notes, and snippets.

View modille's full-sized avatar

Matt Odille modille

View GitHub Profile
@modille
modille / pinup.sh
Created December 20, 2018 18:18
Install and pin an older version of a homebrew formula
# Find and install an OLD version of a homebrew formula
# and PIN it to prevent upgrading.
# Choose formula
formula=kubernetes-cli
# View homebrew-core git log to find a commit
git clone [email protected]:Homebrew/homebrew-core.git
cd homebrew-core
git log master -- "Formula/$formula.rb"