Fixing my local development file / folder permissions

sudo find . -type d -exec chmod g+rwx {} +
sudo find . -type f -exec chmod g+rw {} +