Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created September 27, 2012 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/3794791 to your computer and use it in GitHub Desktop.
Save biojazzard/3794791 to your computer and use it in GitHub Desktop.
Basic phpfog Usage
##Basic phpfog Usage
1. List your apps: pf list apps
2. To fetch your application code: pf clone <app_id>
3. Make your changes
4. Stage changes in your local repo: git add -A
5. Commit changes: git commit -m 'My first commit'
6. Deploy to PHP Fog: pf push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment