brew updateでエラー


ひさびさにbrew updateしたら以下のようなエラーがでてAbortしました

brew update Failure while executing: git checkout -q master

調べたらたくさん情報ありました
https://github.com/mxcl/homebrew/issues/5246

以下で解決

cd /usr/local
git reset --hard HEAD
brew update