Skip to content

Instantly share code, notes, and snippets.

@nojimage
Created May 6, 2010 09:38
Show Gist options
  • Save nojimage/391967 to your computer and use it in GitHub Desktop.
Save nojimage/391967 to your computer and use it in GitHub Desktop.
.git/hooks/post-checkout
#!/bin/sh
#
# .git/hooks/post-checkout
#
# cakephp apps chmod app tmp dir
chmod -R o+w app/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment