Tag Archives: finder

Showing Hidden files on Mac OSX

To show all hidden files on MAC OSX, enter the following command into Terminal to change your Finder preferences: defaults write com.apple.Finder AppleShowAllFiles TRUE Now restart finder for the changes to take affect: killall Finder Hidden files should now be … Continue reading

Setting up GIT on Mac OS X

GIT is version control technology created by Linus Torvalds. Getting GIT configured on your system requires a few steps to set up initially. To install and use GIT with a Mac OSX operating system, first download GIT from http://git-scm.com/ Once … Continue reading