While trying to install FreeTDS via Homebrew, I ran brew edit freetds. I edited the file. I’d like to restore the Recipe file (freetds.rb) to it’s orinal state in case I introduced a typo into it.
Is there a way to reset a brew formula file?
Thanks
Homebrew recipes are managed via Git, so you can just
git checkout freetds.rbto wipe out your local changes.