In terminal I ran:
defaults write com.apple.finder AppleShowAllFiles TRUE
and
killall Finder
If I CMD + SHIFT + G /usr/local/.git I can see the folder.
However, if I CMD + SHIFT + G and go to /usr/local I cannot see the folder.
In terminal I ran:
defaults write com.apple.finder AppleShowAllFiles TRUE
and
killall Finder
If I CMD + SHIFT + G /usr/local/.git I can see the folder.
However, if I CMD + SHIFT + G and go to /usr/local I cannot see the folder.
defaults write com.apple.finder AppleShowAllFiles TRUEdoes not work. The bool option is necessary. – P.Brian.Mackey Feb 28 '15 at 13:15